From 129be210c6dde7f544efc97ef379da348386d4a8 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 12 Feb 2013 15:09:16 -0600 Subject: [PATCH] Add section about grunt to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 2fd3cfc..ae68a5d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,20 @@ Bulgarian, Catalan, Danish, Dutch, English, Finnish, French, German, Hungarian, Indonesian, Italian, Korean, Macedonian, Norwegian, Polish, Russian, Simplified Chinese, Spanish, Swedish, Traditional Chinese, Turkish, Vietnamese) +### Build Script + +The [grunt branch](https://github.com/retlehs/roots/tree/grunt) contains a build +script powered by grunt. More information can be found at [Integrating grunt.js with Roots](http://benword.com/integrating-grunt-js-with-roots/). + +* Easily compile LESS files +* Minification and concatenation without plugins +* Fewer requests made to the server (one CSS file, one main JS file besides +Modernizr and jQuery) +* Ensures valid JavaScript +* Others working on your project are able to use the same build script and have +a unified development process +* Code is optimized for production use + ## Contributing Everyone is welcome to help [contribute](CONTRIBUTING.md) and improve this project.