0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

Merge branch '2.0-wip'

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

View File

@ -40,9 +40,12 @@ bootstrap:
# WATCH LESS FILES
#
gh-pages:
cp -r docs/* ../bootstrap-gh-pages
watch:
echo "Watching less files..."; \
watchr -e "watch('less/.*\.less') { system 'make' }"
.PHONY: dist docs watch
.PHONY: dist docs watch gh-pages