From 216047f91d68bc0811eb7e3a7fbe5b53066d778e Mon Sep 17 00:00:00 2001 From: TheGreyDiamond Date: Tue, 24 Nov 2020 17:25:03 +0100 Subject: [PATCH] retry that --- enlight/src/index.ejs | 17 +--- enlight/src/renderer/App.vue | 85 +++++++++++++++++- .../{static => }/fonts/Quicksand-Regular.ttf | Bin 3 files changed, 83 insertions(+), 19 deletions(-) rename ui_templates/{static => }/fonts/Quicksand-Regular.ttf (100%) diff --git a/enlight/src/index.ejs b/enlight/src/index.ejs index 749da7b..f6459fe 100644 --- a/enlight/src/index.ejs +++ b/enlight/src/index.ejs @@ -2,23 +2,10 @@ - enlight - <% if (htmlWebpackPlugin.options.nodeModules) { %> - - - <% } %> + <%= htmlWebpackPlugin.options.title %>
- - <% if (!process.browser) { %> - - <% } %> - - + \ No newline at end of file diff --git a/enlight/src/renderer/App.vue b/enlight/src/renderer/App.vue index fa1aa00..8aa58ba 100644 --- a/enlight/src/renderer/App.vue +++ b/enlight/src/renderer/App.vue @@ -5,11 +5,88 @@ diff --git a/ui_templates/static/fonts/Quicksand-Regular.ttf b/ui_templates/fonts/Quicksand-Regular.ttf similarity index 100% rename from ui_templates/static/fonts/Quicksand-Regular.ttf rename to ui_templates/fonts/Quicksand-Regular.ttf