aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-31 14:11:45 -0800
committerJacob Thornton <[email protected]>2012-01-31 14:11:45 -0800
commit334e5f25c4a6e9f75aa415724ac9d4fa0fbee055 (patch)
treeea5115f6731fdf6059078ee06b410298eb2c577c
parentfd700e358da02434343c58e7f86eb2e8a8ba2411 (diff)
parent80a752f52508ed8c2405da233c667210ed1d5379 (diff)
downloadbootstrap-334e5f25c4a6e9f75aa415724ac9d4fa0fbee055.tar.xz
bootstrap-334e5f25c4a6e9f75aa415724ac9d4fa0fbee055.zip
Merge branch '2.0-wip'
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4e2ef418..5995bc519 100644
--- a/Makefile
+++ b/Makefile
@@ -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