Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sake-bundle

sakejs97BSD-3-Clause0.6.15

Add bundle task and helpers to your Sakefile

bundle, bundling, handroll, sake, tasks

readme

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