Concat/Minify JS seemingly not working

Hi Folks. It seems like my meteor project isn’t concatenating or minifying my app’s javascript files, leading to real sluggishness on mobile. Is there something I’m missing? I tried adding the standard-minifiers-js package, tho I was under the impression it was included. I’m deploying to Galaxy with the standard deploy syntax. Is there anything I’m missing?Swear it used to work just fine. The project is version 1.4.1.1
The app is @ https://www.mapstro.com

Edit: Got it working after running a meteor update --patch and adding standard-minifier-js@1.2.0_1

to packages

1 Like