Skip to content

Instantly share code, notes, and snippets.

@pengwynn
Created February 17, 2010 22:47
Show Gist options
  • Save pengwynn/307105 to your computer and use it in GitHub Desktop.
Save pengwynn/307105 to your computer and use it in GitHub Desktop.
# Set up Compass/Sass
require 'sass/plugin/rack'
require 'compass'
use Sass::Plugin::Rack
Compass.configuration do |config|
config.project_path = File.dirname(__FILE__)
config.sass_dir = "sass"
config.css_dir = "public/css"
end
Compass.configure_sass_plugin!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment