You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2025. It is now read-only.
Hi, I would like to contribute a PR to minify inline JS. In the current form, HTML is being minified but any script tags are not. I know the place to add scripts is main.js most of the time, but in this case I want to add a measurement script that needs to be in the .
Besides, the Google Analytics script in the footer is also not being minified. So there's room left for optimization in both cases.
How do you think about this?