Clean doesn't remove the generated assets anymore

This commit is contained in:
Pieter Vander Vennet 2020-10-23 14:15:13 +02:00
parent 546fa1179a
commit d8e915131c
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ node_modules
.idea/*
scratch
assets/editor-layer-index.json
assets/generated/*

View file

@ -14,7 +14,8 @@
# rm Customizations/*/*/*.js
rm *.webmanifest
rm assets/generated/*
# rm assets/generated/*
for f in ./*.html; do
if [[ "$f" == "./index.html" ]] || [[ "$f" == "./land.html" ]] || [[ "$f" == "./test.html" ]] || [[ "$f" == "./preferences.html" ]] || [[ "$f" == "./customGenerator.html" ]]