ehynds / grunt-remove-logging

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

Modified RE to support multiple namespaces #16

Closed hemanth closed 10 years ago

hemanth commented 11 years ago

Sometimes we need multiple namespaces like ['that.log','this.log','console','log','self']

ehynds commented 11 years ago

Thanks! Can you add a unit test for this?

hemanth commented 11 years ago

@ehynds Done, the test cases where bit different than those I have written so far, let me know if I have missed something, thank you.