angular2 test

This commit is contained in:
Torkel Ödegaard
2015-12-16 12:21:13 +01:00
parent 04ff97cd72
commit ca84ef38f8
6156 changed files with 175112 additions and 595117 deletions

View File

@@ -13,6 +13,21 @@ module.exports = function(config) {
expand: true,
src: ['**/*', '!**/*.less'],
dest: '<%= genDir %>'
},
node_modules: {
cwd: './node_modules',
expand: true,
src: [
'angular2/bundles/**/*',
'systemjs/**/*',
'es6-promise/**/*',
'es6-shim/**/*',
'reflect-metadata/**/*',
'rxjs/**/*',
'zone/**/*',
],
dest: '<%= srcDir %>/vendor/jspm'
}
};