manage dependencies using bower
This commit is contained in:
parent
3b77d1230b
commit
d5552840a9
10 changed files with 47 additions and 1052 deletions
|
@ -1,10 +1,5 @@
|
|||
require(["config", "router", "map", "sidebar", "tabs", "container", "meshstats", "linklist", "nodelist", "simplenodelist", "infobox/main"],
|
||||
function (Config, Router, Map, Sidebar, Tabs, Container, Meshstats, Linklist, Nodelist, SimpleNodelist, Infobox) {
|
||||
|
||||
/* Required for Intl shim */
|
||||
if ("__addLocaleData" in Intl)
|
||||
getJSON("vendor/de-DE.json").then(Intl.__addLocaleData)
|
||||
|
||||
main(Config)
|
||||
|
||||
function main(config) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue