We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b0098 commit a06462fCopy full SHA for a06462f
1 file changed
lib/app.rb
@@ -94,7 +94,7 @@ class App < Sinatra::Application
94
['/manifest.json', { 'Cache-Control' => 'public, max-age=86400' }]
95
]
96
97
- sprockets.js_compressor = Uglifier.new output: { beautify: true, indent_level: 0 }
+ sprockets.js_compressor = Uglifier.new output: { :harmony => true, beautify: true, indent_level: 0 }
98
sprockets.css_compressor = :sass
99
100
Sprockets::Helpers.configure do |config|
0 commit comments