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.