hyperstack-org/hyperstack
Auf GitHub ansehenfor production deployment need to use harmony uglifier
Open
#263 geöffnet am 3. Okt. 2019
buggood first issue
Beschreibung
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.