mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(build): remove unused typescript src task
This commit is contained in:
@ -363,15 +363,6 @@ gulp.task('karma-watch', function() {
|
|||||||
return karma.start({ configFile: __dirname + '/scripts/karma/karma-watch.conf.js' })
|
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() {
|
gulp.task('copy.scss', function() {
|
||||||
return gulp.src([
|
return gulp.src([
|
||||||
'ionic/**/*.scss',
|
'ionic/**/*.scss',
|
||||||
|
Reference in New Issue
Block a user