swatchmaker: update make file to use recess instead of lessc
authorThomas Park <thomas@thomaspark.me>
Sat, 9 Feb 2013 05:17:20 +0000 (00:17 -0500)
committerThomas Park <thomas@thomaspark.me>
Sat, 9 Feb 2013 05:17:20 +0000 (00:17 -0500)
swatchmaker/Makefile

index d3f1f91..a5af077 100755 (executable)
@@ -5,10 +5,10 @@
 OUTPUT_PATH = swatch
 
 bootswatch:
-       lessc swatchmaker.less > ${OUTPUT_PATH}/bootstrap.css
-       lessc --compress  swatchmaker.less > ${OUTPUT_PATH}/bootstrap.min.css
-       lessc swatchmaker-responsive.less > ${OUTPUT_PATH}/bootstrap-responsive.css
-       lessc --compress  swatchmaker-responsive.less > ${OUTPUT_PATH}/bootstrap-responsive.min.css
+       recess --compile swatchmaker.less > ${OUTPUT_PATH}/bootstrap.css
+       recess --compress swatchmaker.less > ${OUTPUT_PATH}/bootstrap.min.css
+       recess --compile swatchmaker-responsive.less > ${OUTPUT_PATH}/bootstrap-responsive.css
+       recess --compress swatchmaker-responsive.less > ${OUTPUT_PATH}/bootstrap-responsive.min.css
 
 bootstrap:
        -test -d bootstrap && rm -r bootstrap