Add dist/ directory to repo to correspond development guide.
http://docs.grafana.org/plugins/development/
This commit is contained in:
16
dist/module.js
vendored
Normal file
16
dist/module.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
'use strict';
|
||||
|
||||
System.register(['./components/config'], function (_export, _context) {
|
||||
"use strict";
|
||||
|
||||
var ZabbixAppConfigCtrl;
|
||||
return {
|
||||
setters: [function (_componentsConfig) {
|
||||
ZabbixAppConfigCtrl = _componentsConfig.ZabbixAppConfigCtrl;
|
||||
}],
|
||||
execute: function () {
|
||||
_export('ConfigCtrl', ZabbixAppConfigCtrl);
|
||||
}
|
||||
};
|
||||
});
|
||||
//# sourceMappingURL=module.js.map
|
||||
Reference in New Issue
Block a user