Skip to content

Commit 088b81f

Browse files
committed
update readme with info about makefile for devs
1 parent ae02a8a commit 088b81f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ Google Group
3434

3535
http://groups.google.com/group/twitter-bootstrap
3636

37+
Developers
38+
----------
39+
40+
We have included a makefile with convenience methods for working with the bootstrap library.
41+
42+
+ **build** - `make build`
43+
This will run the less compiler on the bootstrap lib and generate a bootstrap.css and bootstrap.min.css file.
44+
The lessc compiler is required for this command to run.
45+
46+
+ **watch** - `make watch`
47+
This is a convenience method for watching your less files and automatically building them whenever you save.
48+
Watchr is required for this command to run.
3749

3850
AUTHORS
3951
-------

0 commit comments

Comments
 (0)