Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
readme - add gulp task using this module
  • Loading branch information
sindresorhus committed Dec 30, 2013
commit 01055ca8405661bba6a4c2cfe4938314e858f4e1
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ The API and `ccjs` support all the command line options of Closure Compiler exce

* [See the output of ccjs --help](https://github.com/dcodeIO/ClosureCompiler.js/blob/master/OPTIONS.md).

Usage with Grunt
Usage with Grunt and Gulp
----------------
To simply include ClosureCompiler.js as a [Grunt](http://gruntjs.com/) task, see: [grunt-closurecompiler](https://github.com/dcodeIO/grunt-closurecompiler)
- [grunt-closurecompiler](https://github.com/dcodeIO/grunt-closurecompiler)
- [gulp-closure-compiler](https://github.com/sindresorhus/gulp-closure-compiler)

Externs for `ADVANCED_OPTIMIZATIONS`
------------------------------------
Expand Down