Skip to content

Commit

Permalink
build: update build.bat to include js folder
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelroland committed May 8, 2021
1 parent 19c4d99 commit b51a8ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b51a8ac

Please sign in to comment.