Skip to content

Commit

Permalink
Merge pull request #150 from enigmak/patch-1
Browse files Browse the repository at this point in the history
fix: Flatten files array.  Closes #142
  • Loading branch information
dignifiedquire committed May 28, 2015
2 parents 002926f + 7fe0594 commit d7e70c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/grunt-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ module.exports = function(grunt) {
return obj;
});
}));
data.files = _.flatten(data.files);
}

// Allow the use of templates in preprocessors
Expand Down

0 comments on commit d7e70c1

Please sign in to comment.