From: Thomas Park Date: Sat, 9 Feb 2013 05:17:20 +0000 (-0500) Subject: swatchmaker: update make file to use recess instead of lessc X-Git-Tag: v2.3.0~1 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=abb1db3e46aa75767c9e21bb54f4aa764a3579d4 swatchmaker: update make file to use recess instead of lessc --- diff --git a/swatchmaker/Makefile b/swatchmaker/Makefile index d3f1f91..a5af077 100755 --- a/swatchmaker/Makefile +++ b/swatchmaker/Makefile @@ -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