Closed leachryanb closed 10 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
)?
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.
I am getting the message: "Warning: polyfills is not defined" when bringing in all the contrib libs:
grunt.loadNpmTasks('grunt-contrib');
. If I just usegrunt.loadNpmTasks('grunt-contrib-jasmine');
, all is well.