Navigation Menu

Skip to content
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

expandFiles has been deprecated #17

Merged
merged 1 commit into from Feb 21, 2013
Merged

Conversation

logankoester
Copy link
Contributor

After upgrading to grunt 0.4.0, grunt-jade aborted with this message:

Running "jade:web" (jade) task
Warning: Object #<Object> has no method 'expandFiles' Use --force to continue.
Aborted due to warnings.

"Removed file.expandFiles and file.expandDirs methods, use the filter option of file.expand instead." - http://gruntjs.com/upgrading-from-0.3-to-0.4

This change fixed the issue and grunt-jade is now working for me on grunt v0.4.0

@phated
Copy link
Owner

phated commented Feb 21, 2013

I am working on removing 0.3 features and making it work in 0.4 tonight.
Thanks
On Feb 20, 2013 6:45 PM, "Logan Koester" notifications@github.com wrote:

After upgrading to grunt 0.4.0, grunt-jade aborted with this message:

Running "jade:web" (jade) task
Warning: Object # has no method 'expandFiles' Use --force to continue.
Aborted due to warnings.

"Removed file.expandFiles and file.expandDirs methods, use the filter
option of file.expand instead." -
http://gruntjs.com/upgrading-from-0.3-to-0.4

This change fixed the issue and grunt-jade is now working for me on grunt

v0.4.0

You can merge this Pull Request by running

git pull https://github.com/logankoester/grunt-jade master

Or view, comment on, or merge it at:

#17
Commit Summary

  • expandFiles has been deprecated in grunt 0.4+

File Changes

Patch Links:

@logankoester
Copy link
Contributor Author

Great! Thanks for creating this ✌️

@phated phated merged commit 31361fa into phated:master Feb 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants