0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-17 14:54:30 +01:00

watchr should be lower-case

This commit is contained in:
Justin Patrin 2013-04-16 13:07:05 -07:00
parent 37d0a30589
commit 496f1933bb

View File

@ -72,7 +72,7 @@ Runs the recess compiler to rebuild the `/less` files and compiles the docs. Req
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.
#### watch - `make watch`
This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.
This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the watchr gem.
Should you encounter problems with installing dependencies or running the makefile commands, be sure to first uninstall any previous versions (global and local) you may have installed, and then rerun `npm install`.