ehynds / grunt-remove-logging

Grunt.js task for removing console logging statements
MIT License
192 stars 33 forks source link

if the console word in a string #33

Open KeZhang opened 10 years ago

KeZhang commented 10 years ago

if the js file has an segment like

var str='We should not remove the info : console.log("ddd");';

after remove log it become

var str='We should not remove the info : ';

I think it should ignore this kind of console