mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
Demos watch now. Fixes #109
This commit is contained in:
@ -98,6 +98,10 @@ gulp.task('watch', function(done) {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
watch('demos/**/*', function() {
|
||||||
|
gulp.start('demos');
|
||||||
|
});
|
||||||
|
|
||||||
watch('ionic/components/*/test/**/*', function(file) {
|
watch('ionic/components/*/test/**/*', function(file) {
|
||||||
if (file.event === "unlink") {
|
if (file.event === "unlink") {
|
||||||
var paths = file.history[0].split("ionic/components/");
|
var paths = file.history[0].split("ionic/components/");
|
||||||
|
Reference in New Issue
Block a user