Remove comments from bundled js and css files

221 views Asked by At

I am using Cassette for Asp.Net to bundle and minify my js and css files. The issue is it leaves all the comments in file headers. I want to remove them since they contain some delicate information about the code for the development team.

I understand that it's for reference lines and License information protection, but that really should be disabled on demand (leaving the refence lines).

Is this possible? I am going through the documentation but couldn't find anything.

0

There are 0 answers