1.0.0 • Published 7 years ago

borschik-tech-babili v1.0.0

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

borschik-tech-babili

Borschik JS tech with babili as minifier.

NPM version Dependency Status

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.