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.
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 namealiases
. 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!