1.0.0 • Published 8 years ago

fly-browserify v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Browserify plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-browserify

Example

ES6

export default function* () {
  yield this.clear("build")
  yield this
    .source(paths.scripts)
    .browserify({ transform: [require("reactify")] })
    .concat("bundle.js")
    .target("lib")
}

Earl Grey

require: earlify
provide: default
default = *->
  yield this.clear("build")
  yield chain this:
    @source: paths.scripts
    @browserify: { transform = {earlify} }
    @concat: "bundle.js"
    @target: .lib

License

MIT © Jake Russo et al

1.0.0

8 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago