From 72de950f3c2d938d6f0296eff6c02242b28b683c Mon Sep 17 00:00:00 2001 From: Rupus Reinefjord Date: Tue, 9 Oct 2018 14:54:43 +0200 Subject: [PATCH] utils clean should not remove the build/.gitignore --- utils | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils b/utils index 607ba9c..b3aadae 100755 --- a/utils +++ b/utils @@ -4,8 +4,7 @@ BUILDDIR="build" CSS=('static/css/lib/normalize.css' 'static/css/style.css') function clean { - rm -r "$BUILDDIR" - mkdir "$BUILDDIR" + rm -r "$BUILDDIR"/* } function copytobuild {