remove hard-coded libraries part 1

This commit is contained in:
Jin
2024-08-11 01:20:17 +02:00
parent 94340ab1a1
commit d3803fc6f3
12 changed files with 654 additions and 113043 deletions

View File

@@ -159,7 +159,7 @@
<link href="<%= assetPath %>/libraries/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<script src="<%= assetPath %>/libraries/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="<%= assetPath %>/libraries/knockout.min.js"></script>
<script src="<%= assetPath %>/node_modules/knockout/build/output/knockout-latest.js"></script>
<script src="<%= appPath %>/setup.js" crossorigin type="module"></script>
<link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet">

View File

@@ -14,7 +14,7 @@
<% } %>
<script src="../<%= appPath %>/share.js"></script>
<% if (!note.isLabelTruthy("shareOmitDefaultCss")) { %>
<link href="../<%= assetPath %>/libraries/normalize.min.css" rel="stylesheet">
<link href="../<%= assetPath %>/node_modules/normalize.css/normalize.css" rel="stylesheet">
<link href="../<%= assetPath %>/stylesheets/share.css" rel="stylesheet">
<% } %>
<% if (note.type === 'text' || note.type === 'book') { %>