From c072b6b2fc097db1fc369c377d0f0b7f7a7cf7e3 Mon Sep 17 00:00:00 2001 From: fat Date: Thu, 16 May 2013 18:34:51 -0700 Subject: remove dumb assets update makefile wassup --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3