Skip to content

Commit d43fe8d

Browse files
roottoolRokt33r
authored andcommitted
#3147 fix: added script tag and stylesheet
1 parent 1d84cac commit d43fe8d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/main.production.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<link rel="stylesheet" href="../node_modules/codemirror/lib/codemirror.css">
1111
<link rel="stylesheet" href="../node_modules/katex/dist/katex.min.css">
1212
<link rel="stylesheet" href="../node_modules/codemirror/addon/dialog/dialog.css">
13+
<link rel="stylesheet" href="../node_modules/codemirror/addon/lint/lint.css">
1314
<link rel="stylesheet" href="../extra_scripts/codemirror/mode/bfm/bfm.css">
1415

1516
<title>Boostnote</title>
@@ -129,6 +130,10 @@
129130
<script src="../node_modules/codemirror/addon/dialog/dialog.js"></script>
130131
<script src="../node_modules/codemirror/addon/display/rulers.js"></script>
131132

133+
<script src="../node_modules/jsonlint-mod/lib/jsonlint.js"></script>
134+
<script src="../node_modules/codemirror/addon/lint/lint.js"></script>
135+
<script src="../node_modules/codemirror/addon/lint/json-lint.js"></script>
136+
132137
<script src="../node_modules/raphael/raphael.min.js"></script>
133138
<script src="../node_modules/flowchart.js/release/flowchart.min.js"></script>
134139
<script>
@@ -158,4 +163,4 @@
158163
</style>
159164
</body>
160165

161-
</html>
166+
</html>

0 commit comments

Comments
 (0)