grunt-template-jasmine-requirejs icon indicating copy to clipboard operation
grunt-template-jasmine-requirejs copied to clipboard

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

Open raffishquartan opened this issue 9 years ago • 5 comments

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!

raffishquartan avatar Apr 09 '15 06:04 raffishquartan

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

purtuga avatar Apr 11 '15 19:04 purtuga

+1

andrewshawcare avatar May 29 '15 21:05 andrewshawcare

+1

tessat avatar Jul 13 '15 16:07 tessat

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

killtheliterate avatar Sep 04 '15 19:09 killtheliterate

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.

talon avatar Sep 04 '15 19:09 talon