add makefile to make it easier to publish to gh-pages...

This commit is contained in:
Jacob Thornton 2012-01-31 14:05:30 -08:00
parent e75bc5eb5f
commit 80a752f525
1 changed files with 4 additions and 1 deletions

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