Commit 334e5f25 authored by Jacob Thornton's avatar Jacob Thornton

Merge branch '2.0-wip'

parents fd700e35 80a752f5
...@@ -40,9 +40,12 @@ bootstrap: ...@@ -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
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment