@node-minify/google-closure-compiler
Advanced tools
Weekly downloads
Changelog
8.0.5
Readme
A very light minifier Node.js module.
google-closure-compiler
is a plugin for node-minify
It allow you to compress JavaScript files.
npm install @node-minify/core @node-minify/google-closure-compiler
const minify = require('@node-minify/core');
const gcc = require('@node-minify/google-closure-compiler');
minify({
compressor: gcc,
input: 'foo.js',
output: 'bar.js',
callback: function (err, min) {}
});
Visit https://node-minify.2clics.net/compressors/gcc.html for full documentation
FAQs
google closure compiler plugin for @node-minify
The npm package @node-minify/google-closure-compiler receives a total of 571 weekly downloads. As such, @node-minify/google-closure-compiler popularity was classified as not popular.
We found that @node-minify/google-closure-compiler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.