getsetbro opened this issue 8 years ago · 0 comments
I have this in my Gruntfile.js: options: { stripBanners:{block: true, line:true} }, The result is that it strips strong comments and leaves weak ones. Seems backwards.
options: { stripBanners:{block: true, line:true} },