mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
angular2 test
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user