hyperstack-org / hyperstack-org/hyperstack
for production deployment need to use harmony uglifier
Abierto
bug
good first issue
- Lenguaje dominante
- JavaScript
- Estrellas
- 538
- Forks
- 41
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
in environments/production.rb you need to say:
```ruby
config.assets.js_compressor = Uglifier.new(harmony: true) # was just true
```
this is should be done by the generators.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.