From 59016d2198d18904a02f122601dc828663c506b6 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 1 Feb 2012 16:38:58 -0800 Subject: only add the anyalytics to production --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5492b8e11..6537aae81 100644 --- a/Makefile +++ b/Makefile @@ -38,12 +38,17 @@ bootstrap: uglifyjs -nc bootstrap/js/bootstrap.js > bootstrap/js/bootstrap.min.js # -# WATCH LESS FILES +# MAKE FOR GH-PAGES 4 FAT & MDO ONLY (O_O ) # -gh-pages: +gh-pages: docs + node docs/build production cp -r docs/* ../bootstrap-gh-pages +# +# WATCH LESS FILES +# + watch: echo "Watching less files..."; \ watchr -e "watch('less/.*\.less') { system 'make' }" -- cgit v1.2.3