-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Destination a Glob. #1
Comments
Cool idea. |
Node.js comes with built in file globbing. See... ...for reference. Grunt, built on node, also supports these globbing constructs. A lot of Grunt tasks have the ability to specify a glob of files (like an array, I guess). It would be nice if this task followed the precedent set by other tasks and allowed you to target a glob of files. So yes, it would be great to apply the insert to a glob of files at one time. See the Grunt documentation for ideas on how to implement this. http://gruntjs.com/api/grunt.file#globbing-patterns |
Cool. Thanks Matthew. Jamie Popkin On Wed, Sep 3, 2014 at 10:53 AM, Matthew Toledo [email protected]
|
Can you make the destination a glob. This way we can insert the src file into multiple destinations at once. Great for inserting scripts or css into multiple static files at one time.
The text was updated successfully, but these errors were encountered: