ehynds / grunt-remove-logging

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

Please add globbing support #4

Closed auchenberg closed 11 years ago

auchenberg commented 12 years ago

Hi,

Thanks for a great grunt-task. I would be very helpful if we could add globbing, so it's possible to define the src-files like:

src: [ 'public/javascripts/_.js', 'public/javascripts/_/.js' ], dest: 'public/javascripts'

So it's possible to run the grunt-task over a collection of files.

Inspiration from https://github.com/asciidisco/grunt-imagine

auchenberg commented 11 years ago

Yay :+1: