0.1.0 • Published 9 years ago

ember-cli-closure v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

ember-cli-closure

JavaScript minification for Ember-CLI with Google closure compiler

Usage

Just install the plugin with:

npm install --save-dev ember-cli-closure

and you should be good to go.

You should remove ember-cli-uglify if you don't want to use both minifiers

You can pass custom options to the minifier via the minifyJS:options object in your Brocfile. The full list of options is available here

Default values are:

{
    language_in: 'ECMASCRIPT5'
    language_out: 'ECMASCRIPT5'
    warning_level: 'DEFAULT'
    compilation_level: 'SIMPLE_OPTIMIZATIONS'
}
```ember-cli-uglify