mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Clean statics & bundle more (#6745)
* * Remove unused old version of MFB * Bundle food, profile editor * Clean up the static folders * Fix tests
This commit is contained in:
@@ -112,8 +112,8 @@
|
||||
|
||||
<%- include('partials/authentication-status') %>
|
||||
|
||||
<script src="<%= locals.bundle %>/js/bundle.app.js"></script>
|
||||
<script src="<%= locals.bundle %>/js/bundle.report.js"></script>
|
||||
<script src="/socket.io/socket.io.js"></script>
|
||||
<script src="/food/js/food.js"></script>
|
||||
<script src="/js/foodinit.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -166,8 +166,8 @@
|
||||
<%- include('partials/authentication-status') %>
|
||||
|
||||
<script src="/api/v1/status.js"></script>
|
||||
<script src="<%= locals.bundle %>/js/bundle.app.js"></script>
|
||||
<script src="<%= locals.bundle %>/js/bundle.report.js"></script>
|
||||
<script src="/socket.io/socket.io.js"></script>
|
||||
<script src="/profile/js/profileeditor.js"></script>
|
||||
<script src="/js/profileinit.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -124,8 +124,8 @@
|
||||
|
||||
<script src="<%= locals.bundle %>/js/bundle.report.js"></script>
|
||||
<script src="/socket.io/socket.io.js"></script>
|
||||
<script src="/report/js/report.js"></script>
|
||||
<script src="/report/js/flotcandle.js"></script>
|
||||
<script src="/report/js/loopalyzer.js"></script>
|
||||
<script src="/js/reportinit.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user