cloudchen / grunt-template-jasmine-requirejs

RequireJS template for grunt-contrib-jasmine task
111 stars 96 forks source link

Test with jasmine 2 #44

Closed jsoverson closed 10 years ago

jsoverson commented 11 years ago

Tracking issues here https://github.com/gruntjs/grunt-contrib-jasmine/issues/94

jsoverson commented 11 years ago

The only known issue with templates is a change in what files are needed in the template and what order. There is no longer a start file, it has changed to boot which gets included right after jasmine.

@cloudchen reach out if there are substantial issues with the template.

jsoverson commented 10 years ago

FYI: grunt-contrib-jasmine 0.6.0 with jasmine 2.0.0 support and removing backwards compatibility with 1.x has been published.

cloudchen commented 10 years ago

Sorry, just stared work on it, my lazy. Found a minor issue, and just created pull request for you. https://github.com/gruntjs/grunt-contrib-jasmine/pull/112 New major release will be published as long as it has been merged, since there's breaking change.