Skip to content

Commit

Permalink
swatchmaker: update make file to use recess instead of lessc
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Feb 9, 2013
1 parent 8ffb414 commit abb1db3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions swatchmaker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abb1db3

Please sign in to comment.