create a javascript profile for the map, too

This commit is contained in:
Jakob Ketterl
2020-05-10 16:12:37 +02:00
parent eaa41c3256
commit 4971bee67c
2 changed files with 7 additions and 4 deletions

View File

@ -81,6 +81,12 @@ class CompiledAssetsController(Controller):
"lib/Js8Threads.js",
"lib/Modes.js",
],
"map.js": [
"lib/jquery-3.2.1.min.js",
"lib/chroma.min.js",
"lib/Header.js",
"map.js",
],
}
def indexAction(self):