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:
authorMark Otto <markdotto@gmail.com>2011-12-27 23:51:50 +0400
committerMark Otto <markdotto@gmail.com>2011-12-27 23:51:50 +0400
commit5801c4d766205c6f1579b9c45e733df5dba3b1fe (patch)
treed2eb908f47cd489a1c2063c74e2f598ab01f27ca /Makefile
parentb9adae14fc9fa64134aebb57655dd93e0a7e6ad6 (diff)
capitalize Less in makefile, add print less file (not yet compiled)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d24eb1c52..5eee74f2e5 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ watch:
echo "Watching less files..."; \
watchr -e "watch('lib/.*\.less') { system 'make' }"; \
else \
- echo "You must have the watchr installed in order to watch Bootstrap less files."; \
+ 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