gulp now publishes sourcemaps

This commit is contained in:
Matt Walsh
2025-11-30 04:16:02 +00:00
parent 7586dd7489
commit 767bb8f11d
8 changed files with 427 additions and 10 deletions

View File

@@ -36,7 +36,7 @@
const OVERRIDES = <%- JSON.stringify(OVERRIDES ?? {}) %>;
</script>
<% } else { %>
<link rel="stylesheet" type="text/css" href="styles/main.css" />
<link rel="stylesheet" type="text/css" href="styles/ws.min.css" />
<!--<script type="text/javascript">const OVERRIDES={};</script>-->
<script type="text/javascript">
OVERRIDES = <%- JSON.stringify(OVERRIDES ?? {}) %>;