🛠 Tooling: Minify require.js, index.css, and index.html in dist builds #307
Labels
area: performance
Improving the speed of games.
area: tooling
Builds, infrastructure, packages, and other repository management
package: shenanigans-manager
status: accepting prs
Go ahead and send a pull request to resolve this issue!
type: feature
Suggested enhancement or new ability.
Tooling Report Checklist
main
branch of the repository.Expected
They aren't minified by default in
dist/
directories. Every byte counts! ⚡Maybe the mustache copy command in
shenanigans-manager
should take in an off-by-defaultminify
arg option, and apply minification to files it knows types of?Additional Info
ChooseYourFramework does this manually in its deploy script: https://github.com/JoshuaKGoldberg/ChooseYourFramework/blob/0a18b19632b5f321e990748ce8ddb9b5588e005f/fix-index-for-vercel.js#L20
The text was updated successfully, but these errors were encountered: