Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.5 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.5 KB

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