Skip to content

Instantly share code, notes, and snippets.

@tdreyno
Created August 4, 2009 19:06
Show Gist options
  • Save tdreyno/161458 to your computer and use it in GitHub Desktop.
Save tdreyno/161458 to your computer and use it in GitHub Desktop.
Compass.configuration do |config|
config.project_path = Dir.pwd
config.sass_dir = File.join(File.basename(self.views), "stylesheets")
config.output_style = :nested
config.images_dir = File.join(File.basename(self.public), "images")
config.http_images_path = "/images/"
end
Compass.configure_sass_plugin!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment