tech/webdev magazine

June 2, 2015

Brunch is an ultra-fast HTML5 build tool

Tuesday, June 02, 2015 Teklinks

Brunch... compiles your scripts, templates, styleslints them; wraps the scripts and templates in common.js / AMD modules; concatenates scripts and styles; generates source maps for concatenated files; copies assets and static files; shrinks the output by minifying code and optimizing images; watches your files for changes; notifies you about errors via console and system notifications.

Full article