Skip to content

Adds bundle task and global to Sake. Bundle up your JavaScript apps using Handroll.

License

Notifications You must be signed in to change notification settings

sakejs/sake-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Adds bundle task and global to Sake. Bundle up your JavaScript apps using Handroll.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published