https://github.com/sakejs/sake-bundle
Adds bundle task and global to Sake. Bundle up your JavaScript apps using Handroll.
https://github.com/sakejs/sake-bundle
build-tool bundle handroll javascript sake task
Last synced: 3 months ago
JSON representation
Adds bundle task and global to Sake. Bundle up your JavaScript apps using Handroll.
- Host: GitHub
- URL: https://github.com/sakejs/sake-bundle
- Owner: sakejs
- License: other
- Created: 2017-03-17T02:08:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T01:10:31.000Z (about 6 years ago)
- Last Synced: 2025-03-12T23:16:54.727Z (4 months ago)
- Topics: build-tool, bundle, handroll, javascript, sake, task
- Language: CoffeeScript
- Homepage:
- Size: 194 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sake-bundle
[![npm][npm-img]][npm-url]
[![build][build-img]][build-url]
[![dependencies][dependencies-img]][dependencies-url]
[![downloads][downloads-img]][downloads-url]
[![license][license-img]][license-url]
[![chat][chat-img]][chat-url]Add `bundle` task and global to your Sakefile. Bundle up your JavaScript apps
using [Handroll](https://github.com/zeekay/handroll).## Install
```bash
$ npm install sake-bundle --save-dev
```## Usage
```javascript
use('sake-bundle')task('build', 'build project', => {
bundle.write({entry: 'src/index.js'})
})
```## License
[BSD][license-url][build-img]: https://img.shields.io/travis/sakejs/sake-bundle.svg
[build-url]: https://travis-ci.org/sakejs/sake-bundle
[chat-img]: https://badges.gitter.im/join-chat.svg
[chat-url]: https://gitter.im/sakejs/chat
[coverage-img]: https://coveralls.io/repos/sakejs/sake-bundle/badge.svg?branch=master&service=github
[coverage-url]: https://coveralls.io/github/sakejs/sake-bundle?branch=master
[dependencies-img]: https://david-dm.org/sakejs/sake-bundle.svg
[dependencies-url]: https://david-dm.org/sakejs/sake-bundle
[downloads-img]: https://img.shields.io/npm/dm/sake-bundle.svg
[downloads-url]: http://badge.fury.io/js/sake-bundle
[license-img]: https://img.shields.io/npm/l/sake-bundle.svg
[license-url]: https://github.com/sakejs/sake-bundle/blob/master/LICENSE
[npm-img]: https://img.shields.io/npm/v/sake-bundle.svg
[npm-url]: https://www.npmjs.com/package/sake-bundle