Closed shakyShane closed 10 years ago
I actually submitted a pull-request to Grunt to allow this functionality out of the box - not accepted unfortunately. :(
Anyway, this PR will allow for users to only specify a SRC option and then it will overwrite each file that is matched.
removelogging: { dist: { src: ["app/js/test/*.js"] /* all matching files will be overwritten */ } }
+1. the library isn't really useful without it.
This is must!
I actually submitted a pull-request to Grunt to allow this functionality out of the box - not accepted unfortunately. :(
Anyway, this PR will allow for users to only specify a SRC option and then it will overwrite each file that is matched.