Skip to content

Commit

Permalink
Move uglifier to manageiq-ui-classic.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed May 23, 2017
1 parent 972cec5 commit 56f16fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ gem "simple-rss", "~>1.3.1", :require => false
gem "snmp", "~>1.2.0", :require => false
gem "sshkey", "~>1.8.0", :require => false
gem "thin", "~>1.7.0", :require => false
gem "uglifier", "~>3.0.0"
gem "websocket-driver", "~>0.6.3"

# Modified gems (forked on Github)
Expand Down
7 changes: 0 additions & 7 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,5 @@

config.action_controller.allow_forgery_protection = true

config.assets.js_compressor = Uglifier.new(
:compress => {
:unused => false,
:keep_fargs => true,
:keep_fnames => true
}
)
config.assets.css_compressor = :sass
end

0 comments on commit 56f16fb

Please sign in to comment.