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
So I use gulp-html-minifier-terser on 875 html files which takes 4 minutes on my 24 core machine and uses one core I think.
I would hope to use your tool to get that down to much less. 10s maybe?
I'm not experienced with gulp but the task looks like this:
So I use
gulp-html-minifier-terser
on 875 html files which takes 4 minutes on my 24 core machine and uses one core I think.I would hope to use your tool to get that down to much less. 10s maybe?
I'm not experienced with gulp but the task looks like this:
and applying parallel-transform I get to instantiate
htmlmin
but not to actually apply it to the files. What is missing here:The text was updated successfully, but these errors were encountered: