Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2011-07-29 04:50:38 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-07-29 04:50:38 +0400
commit7f99892b864295eef23bf24bd8c6c9b231d0c684 (patch)
treef47348615b4f905ceea6bb85613a250e9d2a3593 /Makefile
parenta7d65d7d8fdb65d514fb7638209175f87eb92a04 (diff)
change popover stufff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 74ab90d023..f275d7ce96 100644
--- a/Makefile
+++ b/Makefile
@@ -18,11 +18,11 @@ build:
fi
watch:
- @@if test ! -z ${LESS_COMPESSOR}; then \
+ @@if test ! -z ${WATCHR}; then \
echo "Watching less files..."; \
watchr -e "watch('lib/.*\.less') { system 'make' }"; \
else \
- echo "You must have the WATCHR installed in order to build Bootstrap."; \
+ echo "You must have the watchr installed in order to watch Bootstrap less files."; \
echo "You can install it by running: gem install watchr"; \
fi