chore(worker): create tasks for external web workers

This commit is contained in:
Adam Bradley
2016-12-08 22:36:57 -06:00
parent ac9e9eff7e
commit 8c297fee33
6 changed files with 27 additions and 5 deletions

View File

@ -31,6 +31,7 @@ function e2eBuild(done: (err: any) => void) {
runSequence(
'e2e.clean',
'e2e.build',
'e2e.workers',
'e2e.polyfill',
'e2e.copyExternalDependencies',
'e2e.sass',