Skip to content

Instantly share code, notes, and snippets.

@samme
Created August 19, 2013 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samme/6274209 to your computer and use it in GitHub Desktop.
Save samme/6274209 to your computer and use it in GitHub Desktop.
Compile "development"– and "production"–formatted stylesheets side by side, using compass.
# In a separate shell, watch using your config settings (e.g. production):
# compass watch
# compass watch --environment production
compass watch --css-dir css-dev --environment development
# or compile as needed:
# compass compile --css-dir css-dev --environment development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment