jasmine-contrib / grunt-jasmine-node

Grunt task for running jasmine-node
MIT License
67 stars 99 forks source link

Make compatible with grunt@0.4.0a #5

Closed dignifiedquire closed 12 years ago

dignifiedquire commented 12 years ago

I've made a fix so that it's compatible with new stable and the devel version of grunt. It would be great to add this to the package as testacular depends on my fork right now and it would be great to depend on the npm version again.

s9tpepper commented 12 years ago

I've been stuck in 0.3.12 because I haven't had time to upgrade my current project, so I haven't had a chance to use 0.4.0a. My only question is does the change keep backward compatibility with 0.3.x?

s9tpepper commented 12 years ago

Nevermind, I should've looked at the commit before commenting. I see the required change, no biggie for now. I think we can keep the if statement there for a bit while people migrate to newer versions of grunt.