Skip to content

Commit

Permalink
[ ! ] Uglifier mangle off
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Paez Sequeira committed May 28, 2015
1 parent b21a009 commit 3050f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/iugu-ux/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
module IuguUX
class Engine < Rails::Engine
initializer 'iugu-ux.setup', :group => :all do |app|
app.config.assets.js_compressor = Uglifier.new(:mangle => false)
app.config.assets.precompile += IuguUX.src
app.config.compass.sprite_load_path << app.root.join('app','assets','sprites')
app.config.compass.sprite_load_path << IuguUX.sprite_load_path
Expand Down
2 changes: 1 addition & 1 deletion lib/iugu-ux/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IuguUX
VERSION = "1.0.20"
VERSION = "1.0.21"
end

0 comments on commit 3050f52

Please sign in to comment.