Skip to content

Instantly share code, notes, and snippets.

@boyvanamstel
Created July 13, 2011 21:36
Show Gist options
  • Save boyvanamstel/1081390 to your computer and use it in GitHub Desktop.
Save boyvanamstel/1081390 to your computer and use it in GitHub Desktop.
Deploying to Heroku
# In Rakefile
require 'rake/dsl_definition'
# In config/environments/production.rb
config.serve_static_assets = true
Compass.configuration.sass_options={:never_update=>true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment