ng-annotate-brunch

1.7.2 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i ng-annotate-brunch

Weekly Downloads

0

Version

1.7.2

License

MIT

Last publish

Collaborators

  • jarvisaoieong