From 1f4efd53096581e0538ad1d26021972cb9efc778 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 12 May 2015 09:05:10 -0500 Subject: [PATCH] z updates --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 1e10e69870..609ff7a233 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -51,7 +51,7 @@ gulp.task('clean', function(done) { gulp.task('ionic.copy.js', function(done) { return gulp.src(['ionic/**/*.js', '!ionic/components/*/test/**/*']) - .pipe(gulp.dest('../angular/modules/ionic')); + .pipe(gulp.dest('../angular-ionic/modules/ionic')); });