chore(snapshot): fix e2e tests for snapshot

This commit is contained in:
Adam Bradley
2016-01-20 21:50:02 -06:00
parent 01d7eea9e0
commit fdaaded1c7
3 changed files with 23 additions and 13 deletions

View File

@ -396,7 +396,16 @@ 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')
var webAnimations = gulp.src([
'scripts/resources/web-animations-js/web-animations.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'));
var libs = gulp.src([