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

@@ -36,6 +36,7 @@ export const SCRIPTS_ROOT = join(PROJECT_ROOT, SCRIPTS_NAME);
export const SRC_ROOT = join(PROJECT_ROOT, SRC_NAME);
export const SRC_COMPONENTS_ROOT = join(SRC_ROOT, COMPONENTS_NAME);
export const WORKERS_SRC = join(SCRIPTS_ROOT, 'workers');
// NPM