grunt-template-jasmine-requirejs
grunt-template-jasmine-requirejs copied to clipboard
Include polyfills in jasmine-requirejs.html; include original (full) stack trace in onError output
This PR is for two minor issues I had using this template with grunt-contrib-jasmine. Some simple one line changes:
- The template now loads polyfills as part of its require (e.g. es5-shim)
- The error output did not include the full stack trace
Thanks!
+1 for this. Spent 2h chasing this issues last week.
+1
+1
Heh, +1 didn't look here before making #85
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.