From b51a8ac77a4eed85e073ed4ed0f03ec2f30fd120 Mon Sep 17 00:00:00 2001 From: Samuel Roland <47849646+samuelroland@users.noreply.github.com> Date: Sat, 8 May 2021 16:02:08 +0200 Subject: [PATCH] build: update build.bat to include js folder --- build.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.bat b/build.bat index ebf3149..ca4232d 100644 --- a/build.bat +++ b/build.bat @@ -3,7 +3,9 @@ cd dist cd .. curl localhost:8088 -o dist/index.html mkdir dist\imgs +mkdir dist\js copy imgs dist\imgs +copy js dist\js copy favicon.ico dist\favicon.ico copy robots.txt dist\robots.txt tree /F dist