include gem uglifier for production#2741
include gem uglifier for production#2741xsrust merged 7 commits intoDMPRoadmap:developmentfrom nicolasfranck:fix_issue_uglifier
Conversation
|
@nicolasfranck I've made some changes to the github-actions definitions in the Looks like the failures on MySQL and PostgreSQL are due to PRs from forks being unable to use github-secrets as part of the actions workflow. I've updated this workflow so instead of storing the |
|
thanks. yes, webpacker should be doing all of the minification. We will look into the bootsnap connection and see if we can update it to prevent the error/warning |
|
strange, the mysql tests fail here too with unrelated errors. Seems like some things were added before without running those tests? |
xsrust
left a comment
There was a problem hiding this comment.
Thanks for updating this @nicolasfranck
Rebased this off development but tests were passing before so should continue to pass.
The MySQL failure before seems to have been a one-off, as re-running resolved the issue.
|
Merging as all passing |
* include uglifier for production * Revert "include uglifier for production" This reverts commit a9c7ec4. * webpacker should do all of the minification Co-authored-by: Sam Rust <xsrust@gmail.com> Co-authored-by: Brian Riley <brian.riley@ucop.edu>
If you run
in production mode, you'll get a stack trace
I'm not sure if this gem is actually needed (we have webpack now, not?),
but in case we do, I added it to the Gemfile, and now it stops complaining.