This commit is contained in:
Tim Lancina
2015-08-07 16:04:59 -05:00
parent 0954bb4641
commit 318fccb0d3

View File

@@ -76,7 +76,7 @@ gulp.task('watch', function(done) {
'!ionic/util/test/*'
],
function() {
runSequence('transpile', 'bundle.js', 'e2e');
runSequence('transpile', 'bundle', 'e2e');
}
);