This package has been deprecated

Author message:

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

broccoli-closure-compiler

2.0.0 • Public • Published

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

/broccoli-closure-compiler/

    Package Sidebar

    Install

    npm i broccoli-closure-compiler

    Weekly Downloads

    2

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    4.08 kB

    Total Files

    4

    Last publish

    Collaborators

    • sindresorhus