2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge branch '2.0-wip'

This commit is contained in:
Jacob Thornton
2012-01-31 14:11:45 -08:00
+4 -1
View File
@@ -40,9 +40,12 @@ bootstrap:
# WATCH LESS FILES # WATCH LESS FILES
# #
gh-pages:
cp -r docs/* ../bootstrap-gh-pages
watch: watch:
echo "Watching less files..."; \ echo "Watching less files..."; \
watchr -e "watch('less/.*\.less') { system 'make' }" watchr -e "watch('less/.*\.less') { system 'make' }"
.PHONY: dist docs watch .PHONY: dist docs watch gh-pages