File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,10 @@ Developers
54
54
We have included a makefile with convenience methods for working with the Bootstrap library.
55
55
56
56
+ ** build** - ` make `
57
- This will run the less compiler on the bootstrap lib and regenerate the docs dir.
58
- The lessc compiler is required for this command to run.
57
+ Runs the LESS compiler to rebuild the ` /less ` files and compiles the docs pages. Requires lessc and uglify-js.
59
58
60
59
+ ** watch** - ` make watch `
61
- This is a convenience method for watching your less files and automatically building them whenever you save.
62
- Watchr is required for this command to run.
60
+ This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.
63
61
64
62
65
63
Authors
You can’t perform that action at this time.
0 commit comments