hyperstack-org/hyperstack
GitHub で見るfor production deployment need to use harmony uglifier
Open
#263 opened on 2019年10月3日
buggood first issue
説明
in environments/production.rb you need to say:
config.assets.js_compressor = Uglifier.new(harmony: true) # was just true
this is should be done by the generators.