2.0.0 • Published 6 years ago

bundl-optimizejs v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

bundl-optimizejs

Use OptimizeJS on your bundles for faster runtime execution

Runs with the amazing Bundl build tool

Install

$ npm install --save-dev bundl-optimizejs

Use

var Bundl = require('bundl');
var optimize = require('bundl-optimizejs');

new Bundl(targets)
    .then(optimize())
    .then(write())
    .go();