Wraps tasks in a merge-stream

This ensures proper timing and feedback of tasks
This commit is contained in:
Per Ploug
2017-01-09 15:26:05 +01:00
parent 1e34570a1f
commit 5cee5a27c9
2 changed files with 102 additions and 44 deletions

View File

@@ -35,6 +35,7 @@
"karma": "^1.3.0",
"karma-jasmine": "^0.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"lodash": "^4.16.3"
"lodash": "^4.16.3",
"merge-stream": "^1.0.1"
}
}