Skip to content

Commit

Permalink
Clean statics & bundle more (nightscout#6745)
Browse files Browse the repository at this point in the history
* * Remove unused old version of MFB
* Bundle food, profile editor
* Clean up the static folders

* Fix tests
  • Loading branch information
sulkaharo authored and 4gra committed May 25, 2022
1 parent e113e0d commit b8b2534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/foodindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

<%- 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="/js/foodinit.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion views/profileindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<%- 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="/js/profileinit.js"></script>
</body>
Expand Down

0 comments on commit b8b2534

Please sign in to comment.