aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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