Some bundle import reorg in old-style 'base' templates; we basically always want to load the bundle entrypoints here.

This commit is contained in:
Dannon Baker
2017-12-15 14:37:40 -05:00
parent ed274a7ca5
commit a4899ae9b3
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -61,6 +61,7 @@
## TODO: remove when all libs are required directly in modules
'bundled/libs.bundled',
'libs/require',
'bundled/extended.bundled'
)}
<script type="text/javascript">
+1
View File
@@ -54,6 +54,7 @@
## TODO: remove when all libs are required directly in modules
'bundled/libs.bundled',
'libs/require',
'bundled/extended.bundled'
)}
<script type="text/javascript">
@@ -7,7 +7,6 @@
<%def name="javascripts()">
${parent.javascripts()}
${h.js("bundled/extended.bundled")}
</%def>
<%def name="late_javascripts()">