ericclemmons / grunt-angular-templates

Grunt build task to concatenate & pre-load your AngularJS templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update plugin to work with Grunt 0.4.0

jgrund opened this issue · comments

Consider making a separate branch and update the plugin to work with grunt 0.4.0.

This could be done on a separate branch.

Right now when running the task in grunt 0.4.0rc7, I get the following error:

Warning: Object #<Object> has no method 'expandDirs' Use --force to continue.

Will do!

@jgrund Nice commit! Can you issue a PR, or would you prefer that I just git cherry-pick it?

@ericclemmons Yes, I will issue a PR shortly.

Actually, could you create a new branch to merge into so I don't merge the 0.4 changes into master?

Isn't it OK to merge 0.4 changes into master? I thought 0.4 and 0.3.x should work together, or at least several of the grunt-contrib-* do...

On Monday, January 28, 2013 at 9:13 AM, Joe Grund wrote:

Actually, could you create a new branch to merge into so I don't merge the 0.4 changes into master?


Reply to this email directly or view it on GitHub (#5 (comment)).

There are a number of breaking changes between 0.3 and 0.4. Check out this Upgrade Guide for more info.