platform/app updates

This commit is contained in:
Adam Bradley
2015-06-26 08:49:44 -05:00
parent 5db5b66373
commit ef82b00f45
5 changed files with 183 additions and 173 deletions

View File

@ -59,7 +59,7 @@ gulp.task('watch', function() {
'serve',
function() {
watch(['ionic/**/*.js', 'ionic/components/*/test/**/*'], function() {
watch(['ionic/**/*.js', '!ionic/components/*/test/**/*'], function() {
runSequence(
'transpile',
'bundle.js',