Skip to content

Instantly share code, notes, and snippets.

@saturnflyer
Created January 6, 2012 04:53
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 saturnflyer/1569061 to your computer and use it in GitHub Desktop.
Save saturnflyer/1569061 to your computer and use it in GitHub Desktop.
project_type = :rails
project_path = Compass::AppIntegration::Rails.root
http_path = "/"
http_stylesheets_path = "/stylesheets"
http_images_path = "/images"
http_javascripts_path = "/javascripts"
sass_dir = "public/stylesheets/sass"
css_dir = "tmp/public/stylesheets"
images_dir = "public/images"
javascripts_dir = "tmp/public/javascripts"
environment = Compass::AppIntegration::Rails.env
relative_assets = true
output_style = :compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment