1.7.2 • Published 10 years ago

ng-annotate-brunch v1.7.2

Weekly downloads
27
License
MIT
Repository
-
Last release
10 years ago

ng-annotate-brunch

Adds ng-annotate support to brunch.

The plugin will make your angular javascript files minify safe.

Usage

Install the plugin via npm with npm install --save ng-annotate-brunch.

And be sure to put ng-annotate-brunch in front of uglify-js-brunch.

"dependencies": {
  "ng-annotate-brunch": ">= 1.0 < 1.8",
  "uglify-js-brunch": ">= 1.0 < 1.8"
}

To specify uglifyjs options, use config.plugins.ng_annotate object, for example:

config =
  plugins:
    ng_annotate:
      pattern: /app/

License

The MIT License (MIT)