From: Jacob Thornton Date: Thu, 18 Aug 2011 21:45:07 +0000 (-0700) Subject: update readme with info about makefile for devs X-Git-Tag: v1.1.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=088b81f7cd6258384fa815a5600255df2e8499b3;p=thirdparty%2Fbootstrap.git update readme with info about makefile for devs --- diff --git a/README.md b/README.md index 216df9d36a..16a8727482 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,18 @@ Google Group http://groups.google.com/group/twitter-bootstrap +Developers +---------- + +We have included a makefile with convenience methods for working with the bootstrap library. + ++ **build** - `make build` +This will run the less compiler on the bootstrap lib and generate a bootstrap.css and bootstrap.min.css file. +The lessc compiler is required for this command to run. + ++ **watch** - `make watch` +This is a convenience method for watching your less files and automatically building them whenever you save. +Watchr is required for this command to run. AUTHORS -------