Skip to content

Commit

Permalink
fix: ensure files passed to karma are flat
Browse files Browse the repository at this point in the history
Closes #142
  • Loading branch information
dignifiedquire committed Jun 29, 2015
1 parent 74ffb5a commit 6075d69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/grunt-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ module.exports = function (grunt) {
return obj
})
}))

data.files = _.flatten(data.files)
data.files = _.flattenDeep(data.files)
}

// Allow the use of templates in preprocessors
Expand Down

0 comments on commit 6075d69

Please sign in to comment.