diff --git a/.gitignore b/.gitignore index 3e9ecd618..1dc6e019a 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,8 @@ app_instance/ webui/app/b2share-bundle.js webui/app/b2share-bundle.js.map webui/app/lib/ +webui/app/index.html +webui/app/js/ webui/app/vendors/ webui/src/version.js -webui/package-lock.json \ No newline at end of file +webui/package-lock.json diff --git a/webui/package.json b/webui/package.json index e2b8b4cf3..497499622 100644 --- a/webui/package.json +++ b/webui/package.json @@ -36,10 +36,12 @@ }, "dependencies": { "bootstrap": "^3.3.6", + "clean-webpack-plugin": "^1.0.1", "dotenv-webpack": "^1.5.7", "fast-json-patch": "^0.5.6", "font-awesome": "^4.4.0", "history": "^3.3.0", + "html-webpack-plugin": "^2.30.1", "immutable": "^3.7.6", "lodash": "^4.17.20", "moment": "^2.29.1", diff --git a/webui/app/index.html b/webui/templates/index_template.html similarity index 92% rename from webui/app/index.html rename to webui/templates/index_template.html index 07f6135e3..41c5975fe 100644 --- a/webui/app/index.html +++ b/webui/templates/index_template.html @@ -29,7 +29,7 @@ - +