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

no polyfills

Open perceptron8 opened this issue 9 years ago • 2 comments

  1. https://github.com/gruntjs/grunt-contrib-jasmine#optionspolyfills is ignored
  2. es5-shim is not loaded automatically

perceptron8 avatar Dec 12 '14 10:12 perceptron8

+1. Although I figured out the workaround of adding vendor: [ '.grunt/grunt-contrib-jasmine/es5-shim.js'] based on #73

christinedraper avatar May 29 '15 19:05 christinedraper

There is another issue about the same problem - #83. The PR #85 addresses it.

prantlf avatar Nov 13 '18 09:11 prantlf