alanshaw / grunt-include-replace

Grunt task to include files and replace variables. Allows for parameterised includes.
MIT License
200 stars 45 forks source link

access to local variables #64

Open wackazong opened 8 years ago

wackazong commented 8 years ago

If no local variables are passed to processIncludeContents() I would like to use default values. Can I somehow define new local variables for the replace operation in the processIncludeContents function?