1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 15:44:51 +02:00

Merge branch '2.0-wip'

This commit is contained in:
Jacob Thornton
2012-01-31 14:11:45 -08:00

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