Created
March 24, 2014 02:14
-
-
Save darren131/9733112 to your computer and use it in GitHub Desktop.
Dev vs prod compass compiling
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
# Require any additional compass plugins here. | |
# Set this to the root of your project when deployed: | |
http_path = "/" | |
css_dir = "css" | |
sass_dir = "css" | |
images_dir = "images" | |
javascripts_dir = "js" | |
# for command line hook | |
# to run in production mode: | |
# $ compass compile -e production --force | |
# to run in dev mode | |
# $ compass watch | |
output_style = (environment == :production) ? :compressed : :expanded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment