2.0.0 • Published 5 years ago

broccoli-closure-compiler v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Deprecated

The project this plugin depends on, ClosureCompiler.js, is no longer maintained.


broccoli-closure-compiler Build Status

Minify JavaScript with Closure Compiler

Issues with the output or Java should be reported on the Closure Compiler issue tracker.

Install

$ npm install --save-dev broccoli-closure-compiler

Usage

var closure-compiler = require('broccoli-closure-compiler');
tree = closure-compiler(tree, options);

API

closure-compiler(tree, options)

See the Closure Compiler options.

License

MIT © Sindre Sorhus