diff --git a/tasks/grunt-karma.js b/tasks/grunt-karma.js index 410fd18..5a287ce 100644 --- a/tasks/grunt-karma.js +++ b/tasks/grunt-karma.js @@ -95,7 +95,7 @@ module.exports = function (grunt) { Object.keys(data.preprocessors).forEach(function (key) { var value = data.preprocessors[key] if (options.basePath) { - key = options.basePath + key + key = path.join(options.basePath, key) } key = path.resolve(key) key = grunt.template.process(key)