mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
remove demos from build task
This commit is contained in:
14
gulpfile.js
14
gulpfile.js
@ -59,7 +59,7 @@ gulp.task('build', function(done) {
|
|||||||
runSequence(
|
runSequence(
|
||||||
'bundle',
|
'bundle',
|
||||||
'e2e',
|
'e2e',
|
||||||
'demos:all',
|
// 'demos:all',
|
||||||
'sass',
|
'sass',
|
||||||
'fonts',
|
'fonts',
|
||||||
done
|
done
|
||||||
@ -100,9 +100,9 @@ gulp.task('watch', function(done) {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
watch('demos/**/*', function() {
|
// watch('demos/**/*', function() {
|
||||||
gulp.start('demos:all');
|
// gulp.start('demos:all');
|
||||||
});
|
// });
|
||||||
|
|
||||||
watch('ionic/components/*/test/**/*', function(file) {
|
watch('ionic/components/*/test/**/*', function(file) {
|
||||||
if (file.event === "unlink") {
|
if (file.event === "unlink") {
|
||||||
@ -362,9 +362,9 @@ gulp.task('src.link', function(done) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
watch('demos/**/*', function() {
|
// watch('demos/**/*', function() {
|
||||||
gulp.start('demos:all');
|
// gulp.start('demos:all');
|
||||||
});
|
// });
|
||||||
})
|
})
|
||||||
|
|
||||||
gulp.task('src', function(done){
|
gulp.task('src', function(done){
|
||||||
|
Reference in New Issue
Block a user