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

Upgrade to Grunt 0.4.0 #156

Merged
merged 3 commits into from
Feb 23, 2014
Merged

Upgrade to Grunt 0.4.0 #156

merged 3 commits into from
Feb 23, 2014

Conversation

wrschneider
Copy link
Contributor

Hi Oscar - this pull request is an upgrade to Grunt 0.4.0. I was trying to look at some other issue and was struggling to get "grunt qunit" to spawn phantomjs on Windows. Node's "spawn" function doesn't work so well on Windows when the thing you want to spawn is a .cmd file, and Grunt 0.4.0 added a workaround for this. (see: gruntjs/grunt#155)

@finnsson
Copy link
Owner

Thanks for the pull request. I see that the Travis build is failing and I believe its because grunt changed its syntax from

grunt.registerTask('travis', 'qunit lint');

to

grunt.registerTask('travis', ['qunit', 'lint']);

(grunt travis is that Travis CI is configured to run).

You can either add this to the pull request or I'll take care of it later today.

Either way thanks.

@wrschneider
Copy link
Contributor Author

I just updated the gruntfile - the lint task also changed to jshint.

finnsson added a commit that referenced this pull request Feb 23, 2014
@finnsson finnsson merged commit f0b1449 into finnsson:master Feb 23, 2014
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