hyperstack-org/hyperstack
在 GitHub 查看for production deployment need to use harmony uglifier
Open
#263 创建于 2019年10月3日
buggood first issue
仓库指标
- Star
- (531 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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.