Skip to content

Instantly share code, notes, and snippets.

@darren131
Created March 24, 2014 02:14
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 darren131/9733112 to your computer and use it in GitHub Desktop.
Save darren131/9733112 to your computer and use it in GitHub Desktop.
Dev vs prod compass compiling
# 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