0.2.0 • Published 9 years ago

exhibit-builder-uglify v0.2.0

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

uglify

Exhibit.js builder plugin

Minifies JavaScript files with UglifyJS.

$ npm install -D exhibit-builder-uglify

NPM version Build Status Dependency Status devDependency Status peerDependency Status

Usage

  .use('uglify', options)

Options

include (string/array/function) — default: **/*.js

Which files to process. Follows Exhibit’s glob convention.

sourceMap (boolean) — default: false

Whether to output a source map.

Other options

These are passed straight through to UglifyJS.minify:

  • compress (default: true)
  • mangle (default true)

License

MIT

0.2.0

9 years ago

0.1.0

9 years ago