Skip to content

Instantly share code, notes, and snippets.

@nakajmg
Created September 29, 2013 13:57
Show Gist options
  • Save nakajmg/6752750 to your computer and use it in GitHub Desktop.
Save nakajmg/6752750 to your computer and use it in GitHub Desktop.
my compass config.rb
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
enviroment = :development
# enviroment = :production
if enviroment == :development
output_style = :expanded
line_comments = true
sass_options = {:sourcemap => true}
enable_sourcemaps = true
elsif enviroment == :production
output_style = :compressed
line_comments = false
enable_sourcemaps = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment