mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(gulpfile): serve on watch
This commit is contained in:
@@ -95,6 +95,8 @@ function watchTask(task){
|
||||
gulp.start('sass');
|
||||
});
|
||||
|
||||
gulp.start('serve');
|
||||
|
||||
function deleteFile(file) {
|
||||
//TODO
|
||||
// var basePath = file.base.substring(0, file.base.lastIndexOf("ionic/"));
|
||||
|
||||
Reference in New Issue
Block a user