From 84d9e47c734fd1aafba2a75cd12f8ea29114c882 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 20 Jan 2021 20:38:58 +0100 Subject: [PATCH] Undo previous changes regaring index.html template --- front/dist/index.html.tmpl | 10 ++- front/src/index.html | 179 ------------------------------------- front/webpack.config.js | 2 +- 3 files changed, 9 insertions(+), 182 deletions(-) delete mode 100644 front/src/index.html diff --git a/front/dist/index.html.tmpl b/front/dist/index.html.tmpl index a2b44788..c71eb632 100644 --- a/front/dist/index.html.tmpl +++ b/front/dist/index.html.tmpl @@ -30,7 +30,7 @@ - WorkAdventure + Binary Kitchen World
@@ -43,6 +43,12 @@ +
+
+ + +
+
@@ -170,4 +176,4 @@ - + \ No newline at end of file diff --git a/front/src/index.html b/front/src/index.html deleted file mode 100644 index a4da368e..00000000 --- a/front/src/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Binary Kitchen World - - -
- -
-
-
-
- - -
-
- - -
-
-
-
- -
-
-
-
- - -
-
- - -
-
- - -
-
- -
-
- -
- -
-
- - -
- -
-
- -
-
-
- - -
- - - - - - diff --git a/front/webpack.config.js b/front/webpack.config.js index 490b28f3..e5e34e8f 100644 --- a/front/webpack.config.js +++ b/front/webpack.config.js @@ -39,7 +39,7 @@ module.exports = { plugins: [ new HtmlWebpackPlugin( { - template: './src/index.html' + template: './dist/index.html' } ), new webpack.ProvidePlugin({