From d7c1b5c5cdff9c8b71276757d3ac0840afe6c3b8 Mon Sep 17 00:00:00 2001 From: s2 Date: Tue, 16 Apr 2019 13:54:10 +0200 Subject: [PATCH] remove dist --- build.cmd | 3 +++ dist/empty | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 dist/empty diff --git a/build.cmd b/build.cmd index aeb4645..4f6a54c 100644 --- a/build.cmd +++ b/build.cmd @@ -1,5 +1,8 @@ rem This bat file minifies all js and css and creates a dist folder with everything in it +rmdir "dist" /S /Q +mkdir dist + node node_modules\minifyfromhtml\minifyfromhtml.js --js=dist\myapp.js --css=dist\myapp.css < index.html copy /Y index.production.html dist\index.html diff --git a/dist/empty b/dist/empty deleted file mode 100644 index 1f3e517..0000000 --- a/dist/empty +++ /dev/null @@ -1 +0,0 @@ -this file is intentionally left blank