Closed auchenberg closed 11 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
Yay :+1:
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