Fix Rubocop linting issue
This commit is contained in:
parent
33af94badd
commit
8110d06ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ Osem::Application.configure do
|
||||||
config.assets.digest = true
|
config.assets.digest = true
|
||||||
|
|
||||||
config.assets.css_compressor = :sass
|
config.assets.css_compressor = :sass
|
||||||
config.assets.js_compressor = Uglifier.new(:harmony => true)
|
config.assets.js_compressor = Uglifier.new(harmony: true)
|
||||||
config.assets.gzip = true
|
config.assets.gzip = true
|
||||||
|
|
||||||
# Defaults to nil and saved in location specified by config.assets.prefix
|
# Defaults to nil and saved in location specified by config.assets.prefix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue