mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech: upgraded angularjs and moved dependency from bower to npm, closes #9327
This commit is contained in:
@@ -19,6 +19,10 @@ module.exports = function(config) {
|
||||
cwd: './node_modules',
|
||||
expand: true,
|
||||
src: [
|
||||
'angular/angular.js',
|
||||
'angular-mocks/angular-mocks.js',
|
||||
'angular-route/angular-route.js',
|
||||
'angular-sanitize/angular-sanitize.js',
|
||||
'jquery/dist/jquery.js',
|
||||
'lodash/lodash.js',
|
||||
'ace-builds/src-noconflict/ace.js',
|
||||
|
||||
Reference in New Issue
Block a user