ehynds / grunt-remove-logging

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

Made the console.log() regex lazy #2

Closed gunta closed 12 years ago

gunta commented 12 years ago

Before this, it would delete not only the console.log() line, but the next lines also if there was not a semicolon at the end.

gunta commented 12 years ago

Needs more testing