-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update plugin to work with Grunt 0.4.0 #5
Comments
Will do! |
- Got plugin working with grunt 0.4.0.
@jgrund Nice commit! Can you issue a PR, or would you prefer that I just |
@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 On Monday, January 28, 2013 at 9:13 AM, Joe Grund wrote:
|
There are a number of breaking changes between 0.3 and 0.4. Check out this Upgrade Guide for more info. |
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.
The text was updated successfully, but these errors were encountered: