mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(demos): build demos before watching
This commit is contained in:
@ -431,7 +431,7 @@ gulp.task('tests', function() {
|
|||||||
/**
|
/**
|
||||||
* Demos
|
* Demos
|
||||||
*/
|
*/
|
||||||
gulp.task('watch.demos', function() {
|
gulp.task('watch.demos', ['demos'], function() {
|
||||||
watch('demos/**/*', function() {
|
watch('demos/**/*', function() {
|
||||||
gulp.start('demos');
|
gulp.start('demos');
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user