diff --git a/gulpfile.js b/gulpfile.js index 1b9a783f08..12044fae7f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -135,7 +135,8 @@ function tsCompile(options, cacheName){ '!ionic/components/*/test/**/*', '!ionic/util/test/*', '!ionic/config/test/*', - '!ionic/platform/test/*' + '!ionic/platform/test/*', + '!ionic/**/*.spec.ts' ]) .pipe(cache(cacheName, { optimizeMemory: true })) .pipe(tsc(options, undefined, tscReporter))