Merge pull request #259 from stevemao/patch-1

add Rollup
This commit is contained in:
Huei Tan 2016-03-30 08:08:35 +02:00
commit d22cbe0531

View File

@ -105,6 +105,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [browserify](https://github.com/substack/node-browserify) - Browserify lets you require('modules') in the browser by bundling up all of your dependencies.
* [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser.
* [Rollup](https://github.com/rollup/rollup) - Next-generation ES6 module bundler.
## Testing Frameworks