borschik-tech-babili
Borschik JS tech with babili as minifier.
babili based plugin to build JS files with borschik.
Installation
$ npm install borschik borschik-tech-babili
Usage
$ ./node_modules/.bin/borschik -t babili -i test.js
You can provide custom options to babili
with --tech-options
$ ./node_modules/.bin/borschik -t babili -i test.css --tech-options='{"babili":{"mangle":false}}'
See https://github.com/babel/babili/tree/master/packages/babel-preset-babili#options for available options.