Skip to content

Commit

Permalink
Merge pull request #196 from neilgupta/sprockets3
Browse files Browse the repository at this point in the history
Support Rails 4.2 / Sprockets 3+
  • Loading branch information
nathanstitt committed Aug 18, 2016
2 parents 0391743 + 387cf4b commit 09b295d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/guard/jasmine/coverage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ def self.coverage_bin
#
class GuardJasmineCoverageEngine < ::Rails::Engine
initializer 'guard-jasmine.initialize' do |app|
app.assets.register_postprocessor 'application/javascript', JasmineCoverage
app.config.assets.configure do |env|
env.register_postprocessor 'application/javascript', JasmineCoverage
end
end
end

Expand Down

0 comments on commit 09b295d

Please sign in to comment.