Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-02-02 04:38:58 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-02-02 04:38:58 +0400
commit59016d2198d18904a02f122601dc828663c506b6 (patch)
tree70c79250a51869d4ce52f8c6dcb4f4164f35943c /Makefile
parent7f32d15fbb096fdf3146997f10cc91dbbd4589fc (diff)
only add the anyalytics to production
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5492b8e112..6537aae813 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' }"