commit 98d27ee81768c7ba5e77834d22a51073df2cd932
parent a139220c3563b4cc58a195603cdfa0716496ad52
Author: Marcel <mtrnord1@gmail.com>
Date: Sun, 26 Jul 2020 12:23:15 +0200
Make sure we create all needed folders
Took 1 minute
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.toml b/Makefile.toml
@@ -97,8 +97,8 @@ args = ["--no-typescript", "--debug", "--out-dir", "./dist/", "--target", "no-mo
script_runner = "@shell"
script = [
'''
+mkdir -p dist/images
cp static/index_rust_only.html dist/index.html
-mkdir dist/images
cp static/images/* dist/images/*
cp static/normalize.css dist/normalize.css
'''