-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove minification from package #3
Comments
Also there seems to be a bug w/ minify: -S |
@smuemd, I am experiencing the same problem with vanishing page identifiers and minification too. @jescalan do you have any recommendations for how we should consume the HTML minifier logic once it is removed from |
For now, I'd say don't run minify. The savings from it are convenience-level, like a couple bytes. I'll look at this and patch it as soon as I can. You are also welcome to dig in and submit a patch to fix it if you want to beat me in speed! |
Error could be in anywhere, since it fails silently. @jescalan any guess where to start digging? |
I'd probably start in the minify plugin, disabling features one by one until I can find the one that is causing it to be stripped. Before that of course checking to make sure it comes in to minify in the first place! |
So I've just tried to use minification option.
Here is an exemple of second issue :
Do you want me to create two more issues or keep it here, just as a reminder ? |
Thanks for catching these! Yeah we can just keep it here, when I have a minute I'll try to tackle all these issues. In the meantime, anyone else is very welcome to take a stab! |
Hey for anyone still watching here, the minify issues was closed a couple months ago and it's now working perfectly 😁 |
While it's a convenient feature, its almost just as easy to simply add minification manually when necessary, and the minify package is nearly 10x the size of all the other dependencies of this package, which seems a little weighty to include as a disabled-by-default optional.
The text was updated successfully, but these errors were encountered: