mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
test(): fix web-animations ref for e2e tests
This commit is contained in:
@ -63,7 +63,7 @@ var babelOptions = {
|
||||
}
|
||||
}
|
||||
|
||||
gulp.task('build', ['bundle.system', 'e2e.build', 'copy.web-animations', 'sass', 'fonts']);
|
||||
gulp.task('build', ['bundle.system', 'e2e.build', 'sass', 'fonts']);
|
||||
|
||||
gulp.task('clean.build', function(done) {
|
||||
runSequence('clean', 'build', done);
|
||||
|
@ -14,6 +14,7 @@
|
||||
<script src="/node_modules/angular2/bundles/angular2.dev.js"></script>
|
||||
<script src="/node_modules/angular2/bundles/router.dev.js"></script>
|
||||
<script src="/node_modules/angular2/bundles/http.dev.js"></script>
|
||||
<script src="/scripts/resources/web-animations-js/web-animations.min.js"></script>
|
||||
<script src="/dist/bundles/ionic.system.js"></script>
|
||||
<script src="/node_modules/rxjs/bundles/Rx.js"></script>
|
||||
|
||||
|
Reference in New Issue
Block a user