From 2c08ddc34034861f9a65cf4c3961cc7d6b4b8eca Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Fri, 5 Feb 2016 10:24:19 -0600 Subject: [PATCH] chore(): remove unnecessary scripts from package --- gulpfile.js | 13 ++----------- scripts/e2e/e2e.template.html | 17 ++++++++--------- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 2b27270d09..c7081f3b72 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -284,8 +284,7 @@ gulp.task('sass', function() { }); /** - * I'm not quite sure what this is for, people tell me we use it internally to - * test themes. + * Creates Ionic themes for testing. */ gulp.task('sass.themes', function() { var sass = require('gulp-sass'); @@ -336,15 +335,7 @@ gulp.task('copy.scss', function() { gulp.task('copy.libs', function() { var merge = require('merge2'); var webAnimations = gulp.src([ - 'scripts/resources/web-animations-js/web-animations.min.js', - 'node_modules/es6-shim/es6-shim.min.js', - 'node_modules/systemjs/node_modules/es6-module-loader/dist/es6-module-loader.src.js', - 'node_modules/systemjs/dist/system.src.js', - 'node_modules/angular2/bundles/angular2-polyfills.js', - 'node_modules/angular2/bundles/angular2.dev.js', - 'node_modules/angular2/bundles/router.dev.js', - 'node_modules/angular2/bundles/http.dev.js', - 'node_modules/rxjs/bundles/Rx.js' + 'scripts/resources/web-animations-js/web-animations.min.js' ]) .pipe(gulp.dest('dist/js')); diff --git a/scripts/e2e/e2e.template.html b/scripts/e2e/e2e.template.html index 3af4d59d52..e4fedbd3cb 100644 --- a/scripts/e2e/e2e.template.html +++ b/scripts/e2e/e2e.template.html @@ -33,16 +33,15 @@ } - - - - - - - - + + + + + + + - +