component-uglifyjs
UglifyJS plugin for component-builder
Installing
npm install component-uglifyjs
Usage
To enable UglifyJS minification of your scripts, run the following code:
var Builder = ;var uglify = ;var fs = ; var builder = __dirname; builder; // or if you want to pass options to uglify:builder; builder;
Or from the command line:
component build --use component-uglifyjs
License
MIT