When in production:
AnyMod removes comments out of the HTML-code.
AnyMod removes comments out of the SCSS-code.
But the JavaScript gets minified without the comments beeing stripped out.
Is this the intended behaviour? The minified JS still contains my comments.
I left a number of ‘rather internal’ comments inside some of my JS-Code all across several anymod-projects. I might want to go through them.
I was just reading a little bit:
Licence-comments (legal stuff) might have to stay when stripping JS-Comments