hyperstack-org/hyperstack

for production deployment need to use harmony uglifier

Open

#263 创建于 2019年10月3日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (531 star) (43 fork)batch import
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.

贡献者指南