2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

only add the anyalytics to production

This commit is contained in:
Jacob Thornton
2012-02-01 16:38:58 -08:00
parent 7f32d15fbb
commit 59016d2198
13 changed files with 46 additions and 2 deletions
+7 -2
View File
@@ -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' }"