Created
December 8, 2014 16:55
-
-
Save Geesu/d0b58488cfae51f361c6 to your computer and use it in GitHub Desktop.
Disable asset precompilation on heroku
This file contains 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
Rake::Task["assets:precompile"].clear | |
namespace :assets do | |
task 'precompile' do | |
puts "Not pre-compiling assets..." | |
end | |
end |
Thank you!
Very helpful. Thanks.
Thanks for this
π
Nice!
Thanks π
Thanks π
Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create this file on lib/tasks