diff options
| author | Jacob Thornton <[email protected]> | 2011-08-18 14:45:07 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-18 14:45:07 -0700 |
| commit | 088b81f7cd6258384fa815a5600255df2e8499b3 (patch) | |
| tree | 70dcf1e5e13f9cedcfdc651486464105fc9887ec | |
| parent | ae02a8a30049844a8bd2f81e74c622196b4a8d2a (diff) | |
| download | bootstrap-088b81f7cd6258384fa815a5600255df2e8499b3.tar.xz bootstrap-088b81f7cd6258384fa815a5600255df2e8499b3.zip | |
update readme with info about makefile for devs
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 ------- |
