6
points
EN

Check, compile, optimize and compress JavaScript with Closure-Compiler.
NPM:
- install with npm:
npm install -g google-closure-compiler - run with npx:
npx google-closure-compiler --js=input.js --js_output_file=output.js
0 comments
Show comments
Add comment