Skip to content

Commit

Permalink
fix: Flatten files array. Closes #142
Browse files Browse the repository at this point in the history
fix: Flatten files array.

Closes #142
  • Loading branch information
enigmak committed May 28, 2015
1 parent 5d2cfb3 commit 7fe0594
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 7fe0594

Please sign in to comment.