Skip to content

Instantly share code, notes, and snippets.

@funnythingz
Created March 11, 2013 04:50
Show Gist options
  • Save funnythingz/5131963 to your computer and use it in GitHub Desktop.
Save funnythingz/5131963 to your computer and use it in GitHub Desktop.
Sass/Compass: config.rb
http_path = "/"
sass_options = (environment == :production) ? {:debug_info => false} : {:debug_info => true}
css_dir = (environment == :production) ? "css" : "css_debug"
sass_dir = "./sass"
images_dir = "./img"
javascripts_dir = "./js"
line_comments = true
output_style = (environment == :production) ? :compressed : :expanded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment