From abb1db3e46aa75767c9e21bb54f4aa764a3579d4 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 9 Feb 2013 00:17:20 -0500 Subject: [PATCH] swatchmaker: update make file to use recess instead of lessc --- swatchmaker/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2