chore(): update copy.libs task to work with npm 2 and 3

This commit is contained in:
Tim Lancina
2016-02-29 15:35:49 -06:00
parent 79b868b0a8
commit dbc5737d82

View File

@ -332,7 +332,8 @@ gulp.task('copy.libs', function() {
var merge = require('merge2');
var extModules = gulp.src([
'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/node_modules/es6-module-loader/dist/es6-module-loader.src.js', //npm2
'node_modules/es6-module-loader/dist/es6-module-loader.src.js', //npm3
'node_modules/systemjs/dist/system.src.js',
'node_modules/angular2/bundles/angular2-polyfills.js',
'node_modules/angular2/bundles/angular2.dev.js',