mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
develop: fixed more broken tests, couple still failing
This commit is contained in:
parent
a38ded9e7e
commit
6ed1b084ce
@ -42,6 +42,9 @@
|
||||
"jquery.flot.gauge": "vendor/flot/jquery.flot.gauge",
|
||||
"d3": "vendor/d3/d3.js",
|
||||
"jquery.flot.dashes": "vendor/flot/jquery.flot.dashes",
|
||||
"jquery-ui": "vendor/jquery-ui/custom.js",
|
||||
"gridstack": "vendor/npm/gridstack/dist/gridstack.js",
|
||||
"gridstack.jquery-ui": "vendor/npm/gridstack/dist/gridstack.jQueryUI.js",
|
||||
"ace": "vendor/npm/ace-builds/src-noconflict/ace",
|
||||
},
|
||||
|
||||
@ -58,6 +61,18 @@
|
||||
},
|
||||
|
||||
meta: {
|
||||
'vendor/npm/jquery-ui/jquery-ui.js': {
|
||||
format: 'amd',
|
||||
deps: ['jquery'],
|
||||
},
|
||||
'vendor/npm/gridstack/dist/gridstack.js': {
|
||||
format: 'global',
|
||||
deps: ['jquery', 'jquery-ui', 'lodash'],
|
||||
},
|
||||
"vendor/npm/gridstack/dist/gridstack.jQueryUI.js": {
|
||||
format: 'global',
|
||||
deps: ['gridstack'],
|
||||
},
|
||||
'vendor/angular/angular.js': {
|
||||
format: 'global',
|
||||
deps: ['jquery'],
|
||||
|
Loading…
Reference in New Issue
Block a user