Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
turn off compression to help with debugging in production.
Browse files Browse the repository at this point in the history
  • Loading branch information
woodhull committed May 28, 2014
1 parent facb142 commit d3bc0d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/facebook_share_widget/engine.rb
Expand Up @@ -7,5 +7,10 @@
module FacebookShareWidget
class Engine < ::Rails::Engine
isolate_namespace FacebookShareWidget

initializer "facebook_share_widget.assets.precompile" do |app|
app.config.assets.compress = false
end

end
end

0 comments on commit d3bc0d0

Please sign in to comment.