phetsims / perennial

Maintenance tools that won't change with different versions of chipper checked out
MIT License
2 stars 5 forks source link

Builds take so long during RC and Production in maintenance releases #348

Open zepumph opened 7 months ago

zepumph commented 7 months ago

I think that a nice improvement for deploying rcs and production deploys with the maintenance tooling is to turn off the minification. This (at least on my computer) would save around one minute per deploy. Minification is a very stable part of our build, and this doesn't preclude the build server from doing the minification.

I also would like to hide it behind --noninteractive to begin with, just to be that much more sparing about this time saver. It really is only worth it for 100 sims in an MR.

zepumph commented 7 months ago

@jonathanolson does this seem reasonable to you? Do you have any other thoughts on the matter?