From 44bc5566ec63813fc0db38a1dffe98568838dbce Mon Sep 17 00:00:00 2001 From: Chad Scira Date: Fri, 12 Sep 2014 12:58:57 +0200 Subject: [PATCH] Close GH-121: added webpack to build tools. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 220cbeb..9100e58 100644 --- a/readme.md +++ b/readme.md @@ -171,6 +171,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [grunt](http://gruntjs.com) - Task runner that can perform repetitive tasks like minification, compilation, unit testing, linting, etc. - [Broccoli](https://github.com/broccolijs/broccoli) - A fast, reliable asset pipeline, supporting constant-time rebuilds and compact build definitions. - [browserify](https://github.com/substack/node-browserify) - Browser-side require() the Node.js way. +- [webpack](https://github.com/webpack/webpack) - Packs CommonJS/AMD modules for the browser. ### Templating