swatchmaker: added watcher and server to make file
authorThomas Park <thomas@thomaspark.me>
Mon, 25 Feb 2013 07:07:15 +0000 (02:07 -0500)
committerThomas Park <thomas@thomaspark.me>
Mon, 25 Feb 2013 07:07:15 +0000 (02:07 -0500)
swatchmaker/Makefile

index 7a25da7..fe7f4bd 100755 (executable)
@@ -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