Skip to content

Commit 87ed822

Browse files
committed
update readme to clarify dependencies of make command, per twbs#1756
1 parent ac9ac4d commit 87ed822

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@ Developers
5454
We have included a makefile with convenience methods for working with the Bootstrap library.
5555

5656
+ **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.
5958

6059
+ **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.
6361

6462

6563
Authors

0 commit comments

Comments
 (0)