forked from MapComplete/MapComplete
Clean doesn't remove the generated assets anymore
This commit is contained in:
parent
546fa1179a
commit
d8e915131c
2 changed files with 3 additions and 1 deletions
3
clean.sh
3
clean.sh
|
@ -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" ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue