Skip to content

Instantly share code, notes, and snippets.

@levicole
Created December 17, 2010 14:28
Show Gist options
  • Select an option

  • Save levicole/745014 to your computer and use it in GitHub Desktop.

Select an option

Save levicole/745014 to your computer and use it in GitHub Desktop.
compass/sass setup for heroku
#config.ru
use Rack::Static, :urls => ["/stylesheets"], :root => "tmp"
# config/compass.rb
project_type = :rails
project_path = Compass::AppIntegration::Rails.root
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "tmp/stylesheets"
sass_dir = "app/stylesheets"
environment = Compass::AppIntegration::Rails.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment