]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update readme with info about makefile for devs
authorJacob Thornton <jacobthornton@gmail.com>
Thu, 18 Aug 2011 21:45:07 +0000 (14:45 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Thu, 18 Aug 2011 21:45:07 +0000 (14:45 -0700)
README.md

index 216df9d36aa54b9282616473c05c429a643f3a38..16a8727482d672ab0fd4329c48e2012cabfce1eb 100644 (file)
--- 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
 -------