2.0.0 • Published 7 years ago

bundl-minify v2.0.0

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

bundl-minify

Minify your bundles for smaller, production-ready code

Runs with the amazing Bundl build tool

Install

$ npm install --save-dev bundl-minify

Use

var Bundl = require('bundl');
var minify = require('bundl-minify');

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

Options

charset

Defaults to utf8

sourcemap

Experimental

  • true = export with same name as bundle.js.map
  • { inline: true } = put map inline at bottom of bundle
2.0.0

7 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

9 years ago