From 457b7f4457b63711449f33a2b624c4bcd291051a Mon Sep 17 00:00:00 2001 From: ebosas Date: Wed, 2 Jun 2021 19:11:36 +0300 Subject: [PATCH] Front end build --- bootstrap/index.html | 40 ---------------------------------------- bootstrap/package.json | 2 +- 2 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 bootstrap/index.html diff --git a/bootstrap/index.html b/bootstrap/index.html deleted file mode 100644 index 3d3e3ab..0000000 --- a/bootstrap/index.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - Microservices - - - - - -
-
-
-
-
-
-
- - -
-
-
-
-
-
-
-
- - - -
-
-
-
-
- - diff --git a/bootstrap/package.json b/bootstrap/package.json index 4dd70f1..f8f502d 100644 --- a/bootstrap/package.json +++ b/bootstrap/package.json @@ -5,7 +5,7 @@ "scripts": { "css-compile": "sass --load-path node_modules --style compressed --no-source-map -q scss/style.scss:build/style.css", "css-prefix": "postcss --replace build/style.css --use autoprefixer --no-map", - "css-purge": "purgecss --keyframes --css build/style.css --content ref/template.html ref/index.js index.html --output css/", + "css-purge": "purgecss --keyframes --css build/style.css --content ref/template.html ref/index.js --output css/", "css": "npm run css-compile && npm run css-prefix && npm run css-purge", "css-dev": "sass --load-path node_modules -q scss/style.scss:build/style.css", "css-server": "sass --load-path node_modules --no-source-map -q scss/style.scss:../server/static/style.css",