cloudchen / grunt-template-jasmine-requirejs

RequireJS template for grunt-contrib-jasmine task
111 stars 97 forks source link

Empty `context.outfile` #67

Closed me-ascii closed 10 years ago

me-ascii commented 10 years ago

Hi, i have strong error while use this template within jasmine task in grunt (with any config i've used) Warning: Arguments to path.join must be strings Use --force to continue. It happens in that part of code https://github.com/cloudchen/grunt-template-jasmine-requirejs/blob/master/src/template-jasmine-requirejs.js#L106 because context.outfile is empty. Please, suggest any solution to solve this problem.

me-ascii commented 10 years ago

sorry, it was old version of grunt-contrib-jasmine package