gulp now publishes sourcemaps
This commit is contained in:
parent
7586dd7489
commit
767bb8f11d
8 changed files with 427 additions and 10 deletions
|
|
@ -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 ?? {}) %>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue