Aside updates

This commit is contained in:
Max Lynch
2015-05-17 18:41:42 +02:00
parent ec3b51df85
commit 09d433ec04
12 changed files with 202 additions and 16 deletions

View File

@ -43,6 +43,7 @@ gulp.task('watch', function() {
});
watch('ionic/components/*/test/**/*', function() {
gulp.start('ionic.copy.js');
gulp.start('ionic.examples');
});