Skip to content

Instantly share code, notes, and snippets.

@diegochavez
Created November 13, 2013 18:54
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 diegochavez/7454337 to your computer and use it in GitHub Desktop.
Save diegochavez/7454337 to your computer and use it in GitHub Desktop.
Compass regular configuration file config.rb I use this on sublimetext with livereload wich export the file in the same directory of the compass file.
http_path = "/"
css_dir = "."
sass_dir = "."
images_dir = "img"
javascripts_dir = "js"
output_style = :compact
relative_assets=true
line_comments = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment