npm.io
0.3.0 • Published 9 years ago

browserify-cord

Licence
ISC
Version
0.3.0
Deps
9
Vulns
0
Weekly
0

browserify-cord

npm version

A module for generating multiple browserify bundles with gulp.

Install

$ npm install --save-dev browserify-cord

Usage

import * as Cord from 'browserify-cord'

const cord = Cord({
  entries: ['public/main.js'], // relative to 'src'
  src: 'src'
  dest: 'app',
  plugin: [watchify, tsify]
})

gulp.task('js', done => {
  cord.update()
  done()
})

License

ISC Raine Revere

Keywords