Skip to content

Commit

Permalink
Fix config.assets.precompile option
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Mar 31, 2011
1 parent 28fee29 commit 203b151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/tasks/assets.rake
@@ -1,6 +1,6 @@
namespace :assets do
task :compile => :environment do
assets = Rails.application.config.precompile_assets
assets = Rails.application.config.assets.precompile
Rails.application.assets.precompile(*assets)
end
end

0 comments on commit 203b151

Please sign in to comment.