mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
no need for transpile on watch task
This commit is contained in:
@@ -76,7 +76,7 @@ gulp.task('watch', function(done) {
|
||||
'!ionic/util/test/*'
|
||||
],
|
||||
function() {
|
||||
runSequence('transpile', 'bundle', 'e2e');
|
||||
runSequence('bundle', 'e2e');
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user