Add bundle task and helpers to your Sakefile


Keywords
bundle, bundling, handroll, sake, tasks, build-tool, javascript, task
License
BSD-3-Clause
Install
npm install sake-bundle@0.6.2

Documentation

sake-bundle

npm build dependencies downloads license chat

Add bundle task and global to your Sakefile. Bundle up your JavaScript apps using Handroll.

Install

$ npm install sake-bundle --save-dev

Usage

use('sake-bundle')

task('build', 'build project', => {
  bundle.write({entry: 'src/index.js'})
})

License

BSD