Created
December 17, 2010 14:28
-
-
Save levicole/745014 to your computer and use it in GitHub Desktop.
compass/sass setup for heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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