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

Do aliases have reserved words or what is going on? #145

Closed deiga closed 5 years ago

deiga commented 8 years ago

Some aliases are resolved as undefined for some reason, and it only seems to hit certain words. If I change alias names then they work. Currently I've got ci and local aliases, which both don't work. https://gist.github.com/1909bffee4b79e98cb43

jgallen23 commented 8 years ago

can you run grunt with --config-debug and paste that in here?

deiga commented 8 years ago

https://gist.github.com/deiga/e03e218e20d87517ab7b

jgallen23 commented 8 years ago

@deiga very odd. it looks like ci and local are registering fine. What does grunt output when you type in grunt ci?

deiga commented 8 years ago

@jgallen23 This is very odd..

https://gist.github.com/deiga/2f752f1b33c0e202238a

deiga commented 8 years ago

Really really odd, ci began working, but local still doesn't work. On top of that release and production doesn't work and one task cachebust doesn't work either :/

jgallen23 commented 8 years ago

@deiga can you run all of the ci tasks individually?

deiga commented 8 years ago

@jgallen23 Yes, I can. But each one prints out that Error where some aliases seem to be undefined...