sindresorhus / broccoli-closure-compiler

Minify JavaScript with Closure Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Minify JavaScript with Closure Compiler

License:MIT License


Languages

Language:JavaScript 100.0%