X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=swatchmaker%2FMakefile;h=fe7f4bdb6eebaf8c8c9c7a35817d4bc7e9d3ca40;hb=d5ecc3e5c29821451eeba2fea01faa20af36bfdf;hp=7a25da77b766663111dab47c109fe59e6a340b43;hpb=349c923e647dca99f94632431572745a81e7e05a;p=bootswatch 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