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
If the problem has already been pointed out, I apologize in advance.
I'll try to contribute anyway...
During a runtime minify requests I realized that html and js together failed, I investigated a possible solution and noticed that, when the code is planed, it is first built leaving the js comments that return an error.
I solved it this way but, perhaps, the system should first remove the comments and then align the js code.
Hello!
If the problem has already been pointed out, I apologize in advance.
I'll try to contribute anyway...
During a runtime minify requests I realized that html and js together failed, I investigated a possible solution and noticed that, when the code is planed, it is first built leaving the js comments that return an error.
I solved it this way but, perhaps, the system should first remove the comments and then align the js code.
In this way the html+js output minify will be complete, compressed and in a single line
in other case need
.replace(/(?<!<pre>|\`)>(\s*)</g, '><')
for remove every newline between tags (exluded inner pre and preformatted ``)I don't get why go into strange confict in my config.
I hope that this post can suggest something to someone.
The text was updated successfully, but these errors were encountered: