cloudchen / grunt-template-jasmine-requirejs

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

Script load reorder option #64

Closed illudens closed 9 years ago

illudens commented 10 years ago

Would it be possible to have an option to include vendor scripts before require.js in the template? When I run jasmine with this template I get errors saying that dependencies cannot be found. If I move the with scripts vendor script block above where require.js is being included in the runner html file then everything works fine.

cloudchen commented 9 years ago

It's implemented in v0.2.2