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

Support for multiple 'aliases' files #53

Closed greghopkins closed 10 years ago

greghopkins commented 10 years ago

I have many aliases, some specific to a particular phase of the build process, some specific to certain environments. It would suit me, then, to have the ability to define aliases in multiple files.

I have looked at all the source - of which there is a deceivingly small amount - in 0.8.0-beta.2 and cannot spot a reason why having multiple alias files wouldn't work. The only theory I can produce is that Grunt places special significance in the property name aliases. I could be totally wrong, though.

To accomplish my need, https://gist.github.com/greghopkins/68f8feff80762fa9b58b.

Is there a way to accomplish this, while being true to the spirit of your framework?

Thanks!

jgallen23 commented 10 years ago

I think the gist you posted will get the job done. I don't think it's something that I will add built in support for. Thanks