Skip to content

Instantly share code, notes, and snippets.

@mies
Created July 26, 2013 15:44
Show Gist options
  • Save mies/6089931 to your computer and use it in GitHub Desktop.
Save mies/6089931 to your computer and use it in GitHub Desktop.
Compass compile build step for wercker
- script :
name : compass compile
code : |
cd $WERCKER_SOURCE_DIR
bundle exec compass compile -s compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment