Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(karma): fix running karma via gulp
As described below, the karma server showdown process can crash, if the done() function, provided by gulp is referenced directly instead of wrapped in a closure function http://stackoverflow.com/questions/26614738/issue-running-karma-task-from-gulp Reformat the gulpfile.js Squashing the two commits
- Loading branch information
27daeaf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexeagle I don't think that this change is correct, IMO it should be reverted, see: karma-runner/gulp-karma#18 (comment)
27daeaf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.