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

this.filesSrc not defined in v0.1.1 #6

Closed
phun-ky opened this issue Jan 9, 2013 · 2 comments
Closed

this.filesSrc not defined in v0.1.1 #6

phun-ky opened this issue Jan 9, 2013 · 2 comments

Comments

@phun-ky
Copy link

phun-ky commented Jan 9, 2013

I'm testing with grunt v 0.4.0rc4 and grunt-contrib-nodeunit v 0.1.1

On this line in tasks/nodeunit.js, this.filesSrc is not defined:

nodeunit.reporters.grunt.run(this.filesSrc, {}, this.async());

But if I do this it works:

nodeunit.reporters.grunt.run(this.file.src, {}, this.async());

@shama
Copy link
Member

shama commented Jan 9, 2013

This was changed very recently 3c80570. Try installing the very latest grunt with npm cache clean && npm install git://github.com/gruntjs/grunt.git. See gruntjs/grunt#606 for more info. Thanks!

@shama shama closed this as completed Jan 9, 2013
@phun-ky
Copy link
Author

phun-ky commented Jan 9, 2013

FWIW from @cowboy on the IRC channel today, the relevant changes to get this.filesSrc to work will be deployed sometimes today. ( And for the record, I did use the latest versions )

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 a pull request may close this issue.

2 participants