Skip to content

Instantly share code, notes, and snippets.

@Geesu
Created December 8, 2014 16:55
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Geesu/d0b58488cfae51f361c6 to your computer and use it in GitHub Desktop.
Save Geesu/d0b58488cfae51f361c6 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
@sheminanto
Copy link

sheminanto commented Nov 17, 2022

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment