From 0ac7d8a592579a3b11b5022848bc1fc7b3220b0f Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Fri, 11 Sep 2015 08:57:39 -0500 Subject: [PATCH] fix alpha.37 paths --- gulpfile.js | 3 --- scripts/e2e/e2e.template.html | 12 +++++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index c3458cd58d..30d9ab0355 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -179,9 +179,6 @@ gulp.task('bundle.ionic', ['transpile'], function() { prepend.push('window.Element.prototype.animate=undefined;'); } - // prepend correct system paths - prepend.push('System.config({ "paths": { "ionic/*": "ionic/*", "rx": "rx" } });'); - return gulp.src([ 'dist/src/es5/system/ionic/**/*.js' ]) diff --git a/scripts/e2e/e2e.template.html b/scripts/e2e/e2e.template.html index 3ffbb3fb28..e7b1c56f4e 100644 --- a/scripts/e2e/e2e.template.html +++ b/scripts/e2e/e2e.template.html @@ -53,7 +53,17 @@ - +