Commit 80a752f5 authored by Jacob Thornton's avatar Jacob Thornton
Browse files

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

parent e75bc5eb
Showing with 4 additions and 1 deletion
+4 -1
......@@ -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
\ No newline at end of file
.PHONY: dist docs watch gh-pages
\ No newline at end of file
Supports Markdown
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