Skip to content

Instantly share code, notes, and snippets.

@leedo
Created August 25, 2010 20:09
Show Gist options
  • Save leedo/550187 to your computer and use it in GitHub Desktop.
Save leedo/550187 to your computer and use it in GitHub Desktop.
stylesheets:
for COLOR in $(COLORS) \
do \
cat $(CSS_SOURCE)/color/$${COLOR} $(ALICE_SCSS) | sass --scss -s $(BUILD)/alice-$${COLOR}.css \
done
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
@bkerley
Copy link

bkerley commented Aug 26, 2010

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment