Skip to content

Instantly share code, notes, and snippets.

@jaggy
Created September 27, 2013 23:35
Show Gist options
  • Save jaggy/6736678 to your computer and use it in GitHub Desktop.
Save jaggy/6736678 to your computer and use it in GitHub Desktop.
This is the base necessity for scss production in my projects.
project_path = ""
http_path = "/"
css_dir = "webroot/css"
sass_dir = "webroot/scss"
images_dir = "webroot/img"
javascripts_dir = "webroot/js"
http_generated_images_path = "/img"
line_comments = false
output_style = :compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment