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.

strip-ng-log

1.0.1 • Public • Published

strip-ng-log

Strip angular js $log statements from javascript code.

Inspired by strip-debug

Install

npm install --save strip-ng-log

Usage

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

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

License

Apache 2.0 License © Nicholas Daley

Package Sidebar

Install

npm i strip-ng-log

Weekly Downloads

2

Version

1.0.1

License

Apache-2.0

Last publish

Collaborators

  • ntdaley