maenu / grunt-template-jasmine-istanbul-example

Example application using grunt-istanbul and grunt-contrib-jasmine
MIT License
21 stars 8 forks source link

Warning: polyfills is not defined with grunt-contrib #4

Closed leachryanb closed 10 years ago

leachryanb commented 11 years ago

I am getting the message: "Warning: polyfills is not defined" when bringing in all the contrib libs: grunt.loadNpmTasks('grunt-contrib');. If I just use grunt.loadNpmTasks('grunt-contrib-jasmine');, all is well.

maenu commented 11 years ago

I can't reproduce your problem when I install grunt-contrib and use its tasks. Can you give more information (link to repository, package.json, Gruntfile.js, full console log using --stack)?

maenu commented 10 years ago

I guess this has to do with an update in grunt-contrib-jasmine, which added polyfills scripts, this should be solved with v0.3.0 of the template.