Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix JS compression error by running Ugilifier in harmony mode
When building the docker image in production with script/docker/update we get a new error: ``` ``` We follow the instruction to use `Uglifier.new(:harmony => true)` and sure enought the error is silenced.
- Loading branch information