From: Thomas Park Date: Mon, 25 Feb 2013 07:07:15 +0000 (-0500) Subject: swatchmaker: added watcher and server to make file X-Git-Tag: v2.3.0+2~16 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=d5ecc3e5c29821451eeba2fea01faa20af36bfdf swatchmaker: added watcher and server to make file --- diff --git a/swatchmaker/Makefile b/swatchmaker/Makefile index 7a25da7..fe7f4bd 100755 --- a/swatchmaker/Makefile +++ b/swatchmaker/Makefile @@ -24,5 +24,11 @@ default: curl --location -o ${OUTPUT_PATH}/bootswatch.less https://raw.github.com/thomaspark/bootswatch/gh-pages/swatchmaker/swatch/bootswatch.less make bootswatch -.PHONY: bootswatch bootstrap default +watcher: + ruby watcher.rb + +server: + python -m SimpleHTTPServer + +.PHONY: bootswatch bootstrap default watch server