Created
August 25, 2010 20:09
-
-
Save leedo/550187 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stylesheets: | |
for COLOR in $(COLORS) \ | |
do \ | |
cat $(CSS_SOURCE)/color/$${COLOR} $(ALICE_SCSS) | sass --scss -s $(BUILD)/alice-$${COLOR}.css \ | |
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hactar% make stylesheets | |
for COLOR in default dark \ | |
do \ | |
cat src/css/color/${COLOR} src/css/alice.scss | sass --scss -s share/static/alice-${COLOR}.css \ | |
done | |
/bin/sh: -c: line 2: syntax error near unexpected token `|' | |
/bin/sh: -c: line 2: ` cat src/css/color/${COLOR} src/css/alice.scss | sass --scss -s share/static/alice-${COLOR}.css \' | |
make: *** [stylesheets] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://github.com/bkerley/telecaster/blob/master/Rakefile