mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
iOS tab icon fix
This commit is contained in:
@ -382,11 +382,11 @@ gulp.task('old.watch', function() {
|
||||
|
||||
watch('ionic/components/*/test/**/*', function() {
|
||||
doubleCheckDistFiles();
|
||||
gulp.start('ionic.examples');
|
||||
gulp.start('old.ionic.examples');
|
||||
});
|
||||
|
||||
watch('ionic/components/**/*.scss', function() {
|
||||
gulp.start('sass');
|
||||
gulp.start('old.sass');
|
||||
});
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user