mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): add es6-shim to e2e tests, fixes Android
This commit is contained in:
@ -399,6 +399,7 @@ 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',
|
||||
|
@ -9,6 +9,7 @@
|
||||
<link ios-href="../../../bundles/ionic.ios.css" rel="stylesheet">
|
||||
<link md-href="../../../bundles/ionic.md.css" rel="stylesheet">
|
||||
|
||||
<script src="../../../js/es6-shim.min.js"></script>
|
||||
<script src="../../../js/es6-module-loader.src.js"></script>
|
||||
<script src="../../../js/system.src.js"></script>
|
||||
<script src="../../../js/angular2-polyfills.js"></script>
|
||||
|
Reference in New Issue
Block a user