From 97d5c0711736c9f7f0afd3512c95116a35e4ca43 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Fri, 15 Jan 2016 15:25:32 -0600 Subject: [PATCH] chore(build): remove unused typescript src task --- gulpfile.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index f168495e38..db6b884958 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -363,15 +363,6 @@ gulp.task('karma-watch', function() { return karma.start({ configFile: __dirname + '/scripts/karma/karma-watch.conf.js' }) }); -gulp.task('copy.ts', function() { - return gulp.src([ - 'ionic/**/*.ts', - '!ionic/components/*/test/**/*', - '!ionic/util/test/*' - ]) - .pipe(gulp.dest('dist/src/typescript')); -}) - gulp.task('copy.scss', function() { return gulp.src([ 'ionic/**/*.scss',