From 68c0d49a9b443043de9b98800fed2c19f50bb9b2 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Fri, 19 Jun 2015 09:09:08 -0500 Subject: [PATCH] use the force and run --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 733464a0de..aae5533372 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -239,7 +239,7 @@ gulp.task('update.angular', function(done) { } else { console.log('angular master: cleaning modules'); - del(['../angular-ionic/modules'], function() { + del(['../angular-ionic/modules'], { force: true }, function() { console.log('angular master: reset --hard...'); exec('git reset --hard origin/master', {cwd: '../angular-ionic'}, function () {