aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfat <[email protected]>2013-05-16 18:34:51 -0700
committerfat <[email protected]>2013-05-16 18:34:51 -0700
commitc072b6b2fc097db1fc369c377d0f0b7f7a7cf7e3 (patch)
treecdc37bfc94b5dbf1fbba42037a2fb8bae834a019 /Makefile
parentb239542a5ef8bfbf4775e58e64f0e68e02d077e9 (diff)
downloadbootstrap-c072b6b2fc097db1fc369c377d0f0b7f7a7cf7e3.tar.xz
bootstrap-c072b6b2fc097db1fc369c377d0f0b7f7a7cf7e3.zip
remove dumb assets update makefile wassup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb56a4b3c..107d1edce 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,6 @@ build:
@echo " ${CHECK}"
@printf "Prepping documentation assets..."
@cp fonts/* docs/assets/fonts/
- @cp js/*.js docs/assets/js/
@cp js/tests/vendor/jquery.js docs/assets/js/
@echo " ${CHECK}"
@printf "Compiling and minifying JavaScript..."
@@ -120,5 +119,11 @@ watch:
echo "Watching less files..."; \
watchr -e "watch('less/.*\.less') { system 'make' }"
+#
+# BUILD AND START SERVER
+#
+
+run: build
+ jekyll build && jekyll server
.PHONY: docs watch gh-pages bootstrap-img bootstrap-css bootstrap-js