node-closure icon indicating copy to clipboard operation
node-closure copied to clipboard

Differences between this, ClosureCompiler.js, and closure?

Open shurane opened this issue 9 years ago • 1 comments

Turns out there are 2 other packages on npm for the Closure Compiler:

  1. https://github.com/dcodeIO/ClosureCompiler.js
  2. https://www.npmjs.org/package/closure

Would be nice to see a list of differences at a glance.

shurane avatar Nov 08 '14 01:11 shurane

1 https://github.com/dcodeIO/ClosureCompiler.js looks like a Google Closure Compiler wrapper as this module; also seems to support CLI compiling, IMHO useless consider you can use closure compiler directly by CLI as described here https://developers.google.com/closure/library/docs/closurebuilder

2 npm clouse it's google closure library package https://developers.google.com/closure/library/docs/gettingstarted, does not contains the compiler

simone-sanfratello avatar Aug 27 '15 10:08 simone-sanfratello