From 1f5501ac66017125cc680dace82907d84ebec0ec Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 10 Dec 2015 20:20:45 -0600 Subject: [PATCH] update src task --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 3d41e1c97b..f2ea9420fb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -413,8 +413,7 @@ gulp.task('src.link', function(done) { gulp.task('src', function(done){ runSequence( 'clean', - ['bundle', 'sass', 'fonts', 'copy.ts', 'copy.scss', 'copy.web-animations'], - 'transpile.common', + ['bundle', 'sass', 'copy.scss', 'copy.web-animations'], done ); })