cloudchen / grunt-template-jasmine-requirejs

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

Include polyfills in jasmine-requirejs.html; include original (full) stack trace in onError output #80

Open raffishquartan opened 9 years ago

raffishquartan commented 9 years ago

This PR is for two minor issues I had using this template with grunt-contrib-jasmine. Some simple one line changes:

Thanks!

purtuga commented 9 years ago

+1 for this. Spent 2h chasing this issues last week.

andrewshawcare commented 9 years ago

+1

tessat commented 9 years ago

+1

killtheliterate commented 9 years ago

Heh, +1 didn't look here before making #85

talon commented 9 years ago

This PR adds the polyfills after the vendors. I'd argue in favor of #85 as it adds polyfills before any other JS, which is preferable.