Skip to content

Commit

Permalink
Update grunt-karma.js
Browse files Browse the repository at this point in the history
  • Loading branch information
enigmak committed Apr 17, 2015
1 parent 5d2cfb3 commit fec3273
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

1 comment on commit fec3273

@enigmak
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I created a new pull request following the description provided.

Please sign in to comment.