bundl-optimizejs

2.0.0 • Public • Published

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();

/bundl-optimizejs/

    Package Sidebar

    Install

    npm i bundl-optimizejs

    Weekly Downloads

    6

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    2.49 kB

    Total Files

    6

    Last publish

    Collaborators

    • seebigs