Created
August 19, 2013 21:06
-
-
Save samme/6274209 to your computer and use it in GitHub Desktop.
Compile "development"– and "production"–formatted stylesheets side by side, using compass.
This file contains hidden or 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
# 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