From 11cf305303b55af4efb646899b6fe30c88dcaa35 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 12 May 2015 21:44:13 -0500 Subject: [PATCH] Adjusted old e2e --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 709d337501..3ee46ee81b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -173,7 +173,7 @@ gulp.task('karma-watch', function() { -gulp.task('e2e', ['ionic-js', 'sass'], function() { +gulp.task('e2e', ['sass'], function() { var indexContents = _.template( fs.readFileSync('scripts/e2e/index.template.html') )({ buildConfig: buildConfig }); @@ -193,7 +193,7 @@ gulp.task('e2e', ['ionic-js', 'sass'], function() { })) .pipe(gulpif(/main.js$/, processMain())) //.pipe(gulpif(/e2e.js$/, createPlatformTests())) - //.pipe(gulp.dest(buildConfig.dist + '/e2e')) + .pipe(gulp.dest(buildConfig.dist + '/e2e')); function processMain() { return through2.obj(function(file, enc, next) {