mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +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