hyperstack-org/hyperstack

for production deployment need to use harmony uglifier

Open

#263 geöffnet am 3. Okt. 2019

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (43 Forks)batch import
buggood first issue

Repository-Metriken

Stars
 (531 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

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.

Contributor Guide