firstandthird / load-grunt-config

Grunt plugin that lets you break up your Gruntfile config by task
firstandthird.github.io/load-grunt-config/
MIT License
374 stars 64 forks source link

configPath and overridePath accept array of strings #85

Closed tawez closed 10 years ago

tawez commented 10 years ago

overridePath accepts string and array of strings

This fix allow to provide more than one folder in which custom tasks/overrides are located. New feature is fully backward compatible.

Partially fixes #76

damnedest commented 10 years ago

Also this is very useful for config path, not only for override.

tawez commented 10 years ago

Commits dc1ed39 + 841deba:

Actually, this update makes overridePath obsoleted but I've left it for backward compatibility.

damnedest commented 10 years ago

@jgallen23 Maybe merge this PR? Looks good.

jgallen23 commented 10 years ago

Will look at this soon

damnedest commented 10 years ago

@jgallen23 Any updated?

jgallen23 commented 10 years ago

thanks!