From 3b9835bafd29ec43aaf5e7903ec3986fe38415e3 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 8 Apr 2015 08:18:22 -0500 Subject: [PATCH] rename default platform to core --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index dd3f1c9cd6..12c9d3b3c4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -109,7 +109,7 @@ gulp.task('e2e', ['ionic-js', 'sass'], function() { var platforms = [ 'android', - 'default', + 'core', 'ios', ] @@ -174,7 +174,7 @@ gulp.task('ng2-rename', function(done) { }) }) -// We use SystemJsBuilder to build ng2 because it will properly +// We use SystemJsBuilder to build ng2 because it will properly gulp.task('ng2', ['ng2-rename'], function() { var builder = new SystemJsBuilder() builder.config({