gruntjs/grunt-contrib-concat

stripBanners is backwards

getsetbro opened this issue · 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.