https://github.com/evanw/fast-closure-compiler
Make the Google Closure Compiler start faster
https://github.com/evanw/fast-closure-compiler
Last synced: 9 months ago
JSON representation
Make the Google Closure Compiler start faster
- Host: GitHub
- URL: https://github.com/evanw/fast-closure-compiler
- Owner: evanw
- Created: 2012-12-21T22:04:09.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T11:12:21.000Z (almost 10 years ago)
- Last Synced: 2025-04-11T00:12:51.771Z (9 months ago)
- Language: JavaScript
- Size: 128 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fast-closure-compiler
This gets around the long startup time of [Google Closure Compiler](https://developers.google.com/closure/compiler/) using [Nailgun](http://www.martiansoftware.com/nailgun/), which runs a single java process in the background and keeps all of the classes loaded.
Installation:
npm install fast-closure-compiler
Usage:
closure --js script.js --js_output_file script.min.js