From b408a89b5159283ed12104d4e14324bb8717939c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Marohni=C4=87?= Date: Fri, 20 Nov 2015 02:40:39 +0100 Subject: [PATCH] Extend webpack's description --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7d93cae..55ff516 100644 --- a/readme.md +++ b/readme.md @@ -218,7 +218,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [gulp](http://gulpjs.com) - Streaming and fast build system that favors code over config. - [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. +- [webpack](https://github.com/webpack/webpack) - Packs CommonJS/AMD modules, styles, images, fonts and other assets for the browser. - [Brunch](https://github.com/brunch/brunch) - Front-end web app build tool with simple declarative config, fast incremental compilation, and an opinionated workflow. - [strong-build](https://github.com/strongloop/strong-build) - Build a node app package and prepare to deploy it as a package to production or use git to commit to a deploy branch. - [grunt](http://gruntjs.com) - Task runner that can perform repetitive tasks like minification, compilation, unit testing, linting, etc.