2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

change popover stufff

This commit is contained in:
Jacob Thornton
2011-07-28 17:50:38 -07:00
parent a7d65d7d8f
commit 7f99892b86
9 changed files with 77 additions and 248 deletions
+2 -2
View File
@@ -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