From 8e8052130d62a2227087eed270f5c711b7e9f4b4 Mon Sep 17 00:00:00 2001 From: achmizs Date: Sat, 2 Feb 2019 17:05:33 -0500 Subject: [PATCH] Another tweak to build script --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 49426af..7e2d6c6 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ #!/bin/sh +rm -r build/$1/* cp -R src/{*.js,*.html,*.css,fonts,images} build/$1/ -cp src/platform/$1/ build/$1/ +cp src/platform/$1/* build/$1/