Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fast-closure-compiler

evanw4MIT0.0.1

Make the Google Closure Compiler start faster

readme

fast-closure-compiler

This gets around the long startup time of Google Closure Compiler using 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