From 89e1b8c7b9373d9dca670bdc5cea1058c18a9cba Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 13 Jun 2017 13:04:14 -0400 Subject: [PATCH] chore(gulp): ignore web components --- scripts/gulp/tasks/core.ts | 8 ++++---- scripts/gulp/util.ts | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/gulp/tasks/core.ts b/scripts/gulp/tasks/core.ts index 75dca6aecc..23545c7b30 100644 --- a/scripts/gulp/tasks/core.ts +++ b/scripts/gulp/tasks/core.ts @@ -37,10 +37,10 @@ function buildAngularBinding(isDevAndWatch: boolean, done: Function) { ls.stdout.on('data', (data) => { console.log(data.toString().trim()); - if (!hasRunDone && data.toString().trim().indexOf('compile, done') > -1) { - hasRunDone = true; - done(); - } + // if (!hasRunDone && data.toString().trim().indexOf('compile, done') > -1) { + // hasRunDone = true; + // done(); + // } }); ls.stderr.on('data', (data) => { diff --git a/scripts/gulp/util.ts b/scripts/gulp/util.ts index 099c32a8aa..890fb61680 100644 --- a/scripts/gulp/util.ts +++ b/scripts/gulp/util.ts @@ -62,6 +62,8 @@ export function createTempTsConfig(includeGlob: string[], target: string, module 'card-content', 'card-header', 'card-title', + 'icon', + 'scroll', 'slides', 'toggle', 'gesture'