|
|
|
@ -22,19 +22,7 @@
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/chart.js/chart.min.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/hammer/hammer.min.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/socket.io/socket.io.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/nodebb.min.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/colorpicker/colorpicker.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/src/admin/admin.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/ace/ace.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/nanoscroller/nanoscroller.min.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/jquery/event/jquery.event.drag.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/jquery/event/jquery.event.drop.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/semver/semver.browser.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/jquery/serializeObject/jquery.ba-serializeobject.min.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/jquery/deserialize/jquery.deserialize.min.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/mousetrap/mousetrap.js?{cache-buster}"></script>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
require.config({
|
|
|
|
|
baseUrl: "{relative_path}/src/modules",
|
|
|
|
@ -49,6 +37,16 @@
|
|
|
|
|
|
|
|
|
|
app.inAdmin = true;
|
|
|
|
|
</script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/colorpicker/colorpicker.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/src/admin/admin.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/ace/ace.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/nanoscroller/nanoscroller.min.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/jquery/event/jquery.event.drag.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/jquery/event/jquery.event.drop.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/semver/semver.browser.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/jquery/serializeObject/jquery.ba-serializeobject.min.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/jquery/deserialize/jquery.deserialize.min.js?{cache-buster}"></script>
|
|
|
|
|
<script type="text/javascript" src="{relative_path}/vendor/mousetrap/mousetrap.js?{cache-buster}"></script>
|
|
|
|
|
|
|
|
|
|
<!-- BEGIN scripts -->
|
|
|
|
|
<script type="text/javascript" src="{scripts.src}"></script>
|
|
|
|
|