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:
Sulka Haro
2021-01-17 12:20:48 +02:00
committed by GitHub
parent c0b96a714e
commit 647ed20de1
20 changed files with 40 additions and 912 deletions
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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>
+1 -1
View File
@@ -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>