mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
* Package reporting plugins separately into another bundle to reduce main bundle size
* Use moment timezone webpack plugin to load less time zone data * When server is run in development mode, hot reload code changes without restart
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
<hr>
|
||||
<b><span class="translate">Authentication status</span>: </b><span id="authentication_placeholder"></span>
|
||||
|
||||
<script src="/js/bundle.app.js?v=<%= locals.cachebuster %>"></script>
|
||||
<script src="<%= locals.bundle %>/js/bundle.report.js?v=<%= locals.cachebuster %>"></script>
|
||||
<script src="/socket.io/socket.io.js?v=<%= locals.cachebuster %>"></script>
|
||||
<script src="/report/js/report.js?v=<%= locals.cachebuster %>"></script>
|
||||
<script src="/report/js/flotcandle.js?v=<%= locals.cachebuster %>"></script>
|
||||
|
||||
Reference in New Issue
Block a user