We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae02a8a commit 088b81fCopy full SHA for 088b81f
README.md
@@ -34,6 +34,18 @@ Google Group
34
35
http://groups.google.com/group/twitter-bootstrap
36
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.
49
50
AUTHORS
51
-------
0 commit comments