diff --git a/gulpfile.js b/gulpfile.js index c7081f3b72..32974f98df 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -335,7 +335,15 @@ 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' + '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' ]) .pipe(gulp.dest('dist/js')); @@ -767,7 +775,8 @@ gulp.task('build.release', function(done){ runSequence( 'clean', 'copy.libs', - ['bundle', 'sass', 'fonts', 'copy.scss'] + ['bundle', 'sass', 'fonts', 'copy.scss'], + done ); }); diff --git a/scripts/README.md b/scripts/README.md index 96c791d668..515869b4b9 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -50,8 +50,6 @@ To remove the linked version of `ionic-framework` do `npm rm ionic-framework`, a 3. Export `IONIC_SNAPSHOT_KEY` (get from someone) 4. Run `gulp snapshot` -For more information on protractor, see https://angular.github.io/protractor/#/. - ### Running Tests diff --git a/scripts/e2e/e2e.template.html b/scripts/e2e/e2e.template.html index e4fedbd3cb..3af4d59d52 100644 --- a/scripts/e2e/e2e.template.html +++ b/scripts/e2e/e2e.template.html @@ -33,15 +33,16 @@ } - - - - - - - + + + + + + + + - +