hyperstack-org/hyperstack

for production deployment need to use harmony uglifier

Open

#263 opened on 2019年10月3日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (43 forks)batch import
buggood first issue

Repository metrics

Stars
 (531 stars)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド