mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
refactor(generators): make them more oo
This commit is contained in:
10
gulpfile.js
10
gulpfile.js
@ -581,3 +581,13 @@ function buildDemoBundle(opts, done) {
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
gulp.task('tooling', function(){
|
||||
gulp.src('*tooling/**/*')
|
||||
.pipe(gulp.dest('dist'));
|
||||
|
||||
watch('tooling/**/*', function(){
|
||||
gulp.src('*tooling/**/*')
|
||||
.pipe(gulp.dest('dist'));
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user