Skip to content

Commit

Permalink
Revert "Load gems of assets group before of precompile"
Browse files Browse the repository at this point in the history
This reverts commit bbc19aa.
The assets group doesn't exist anymore in Rails default Gemfile
  • Loading branch information
guilleiguaran committed Mar 28, 2013
1 parent afce1e6 commit 59922ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/sprockets/rails/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ def define
# Override this task change the loaded dependencies
desc "Load asset compile environment"
task :environment do
# Load gems in assets group of Gemfile
Bundler.require(:assets) if defined?(Bundler)
# Load full Rails environment by default
Rake::Task['environment'].invoke
end
Expand Down

0 comments on commit 59922ec

Please sign in to comment.