Skip to content

Instantly share code, notes, and snippets.

@unnitallman
Forked from Geesu/assets.rake
Created February 8, 2017 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unnitallman/3e91d227c401d1e7754b9504809b00ec to your computer and use it in GitHub Desktop.
Save unnitallman/3e91d227c401d1e7754b9504809b00ec to your computer and use it in GitHub Desktop.
Disable asset precompilation on heroku
Rake::Task["assets:precompile"].clear
namespace :assets do
task 'precompile' do
puts "Not pre-compiling assets..."
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment