mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(gulp): don't delete ionic-site in clean task
This commit is contained in:
@@ -131,7 +131,7 @@ gulp.task('serve', function() {
|
||||
});
|
||||
|
||||
gulp.task('clean', function(done) {
|
||||
del(['dist/'], done);
|
||||
del(['dist/**', '!dist', '!dist/ionic-site', '!dist/ionic-site/**/*'], done);
|
||||
});
|
||||
|
||||
function transpile(moduleType) {
|
||||
|
||||
Reference in New Issue
Block a user