add webpack, Fix #42

This commit is contained in:
chencheng 2014-08-06 23:57:22 +08:00
parent 59c84f0b81
commit f4aa3d587c
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [script.js](https://github.com/ded/script.js) - Asyncronous JavaScript loader and dependency manager.
* [systemjs](https://github.com/systemjs/systemjs) - AMD, CJS & ES6 spec-compliant module loader.
* [yepnope.js](https://github.com/SlexAxton/yepnope.js) - An Asynchronous Conditional Resource Loader.
* [webpack](https://github.com/webpack/webpack) - Module loader made for big projects. Supports AMD, CommonJS, and more.
## Testing Frameworks