hyperstack-org / hyperstack-org/hyperstack
for production deployment need to use harmony uglifier
Open
bug
good first issue
- Dominant language
- JavaScript
- Stars
- 538
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.