This package has been deprecated

Author message:

This project was created for the sake of 'gulp-strip-ng-log'. But there is a better implementation now.

rocambole-strip-ng-log

1.0.2 • Public • Published

rocambole-strip-ng-log

Strip angular js $log statements from a rocambole.

Inspired by rocambole-strip-console

Install

npm install --save rocambole-strip-ng-log

Usage

var rocambole = require('rocambole');
var stripNgLog = require('rocambole-strip-ng-log');

rocambole.moonwalk(
    'angular.module("MyModule").run(function($log) {$log.log("Log message");});', 
    stripNgLog(config)
).toString();

License

Apache 2.0 License © Nicholas Daley

/rocambole-strip-ng-log/

    Package Sidebar

    Install

    npm i rocambole-strip-ng-log

    Weekly Downloads

    0

    Version

    1.0.2

    License

    Apache-2.0

    Last publish

    Collaborators

    • ntdaley