chore(vite): get rid of missing boxicons

This commit is contained in:
Elian Doran 2025-05-19 20:16:49 +03:00
parent 40aa71b2b4
commit 0be40012ba
No known key found for this signature in database
4 changed files with 2 additions and 6 deletions

View File

@ -11,7 +11,7 @@ import options from "./services/options.js";
import type ElectronRemote from "@electron/remote"; import type ElectronRemote from "@electron/remote";
import type Electron from "electron"; import type Electron from "electron";
import "./stylesheets/bootstrap.scss"; import "./stylesheets/bootstrap.scss";
import "boxicons"; import "boxicons/css/boxicons.min.css";
import "jquery-hotkeys"; import "jquery-hotkeys";
import "autocomplete.js/index_jquery.js"; import "autocomplete.js/index_jquery.js";

View File

@ -2,7 +2,7 @@ import appContext from "./components/app_context.js";
import noteAutocompleteService from "./services/note_autocomplete.js"; import noteAutocompleteService from "./services/note_autocomplete.js";
import glob from "./services/glob.js"; import glob from "./services/glob.js";
import "./stylesheets/bootstrap.scss"; import "./stylesheets/bootstrap.scss";
import "boxicons"; import "boxicons/css/boxicons.min.css";
import "autocomplete.js/index_jquery.js"; import "autocomplete.js/index_jquery.js";
glob.setupGlobs(); glob.setupGlobs();

View File

@ -54,7 +54,5 @@
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script> <script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
<script src="<%= appPath %>/desktop.js" crossorigin type="module"></script> <script src="<%= appPath %>/desktop.js" crossorigin type="module"></script>
<link rel="stylesheet" type="text/css" href="<%= assetPath %>/node_modules/boxicons/css/boxicons.min.css">
</body> </body>
</html> </html>

View File

@ -120,7 +120,5 @@
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet"> <link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
<link href="<%= assetPath %>/stylesheets/print.css" rel="stylesheet" media="print"> <link href="<%= assetPath %>/stylesheets/print.css" rel="stylesheet" media="print">
<link rel="stylesheet" type="text/css" href="<%= assetPath %>/node_modules/boxicons/css/boxicons.min.css">
</body> </body>
</html> </html>