summaryrefslogtreecommitdiff
path: root/swatchmaker
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-02-09 00:17:20 -0500
committerThomas Park <thomas@thomaspark.me>2013-02-09 00:17:20 -0500
commitabb1db3e46aa75767c9e21bb54f4aa764a3579d4 (patch)
tree8fb441eb0846610a35d0cfef7bc72ec627d64433 /swatchmaker
parent8ffb4147ee968c38531073a4a9163e632419a58f (diff)
swatchmaker: update make file to use recess instead of lessc
Diffstat (limited to 'swatchmaker')
-rwxr-xr-xswatchmaker/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/swatchmaker/Makefile b/swatchmaker/Makefile
index d3f1f918..a5af0778 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