forked from MapComplete/MapComplete
Add icons, add validation, add phone and email types, add css fixes
This commit is contained in:
parent
eb4dda1ba2
commit
1372027dac
56 changed files with 2794 additions and 3474 deletions
13
clean.sh
13
clean.sh
|
@ -10,3 +10,16 @@ rm UI/*/*/*.js
|
|||
rm Customizations/*.js
|
||||
rm Customizations/*/*.js
|
||||
rm Customizations/*/*/*.js
|
||||
|
||||
rm *.webmanifest
|
||||
rm q*.html
|
||||
rm assets/generated/*
|
||||
|
||||
for f in ./*.html; do
|
||||
if [[ "$f" == "./index.html" ]] || [[ "$f" == "./land.html" ]] || [[ "$f" == "./test.html" ]]
|
||||
then
|
||||
echo "Not removing $f"
|
||||
else
|
||||
rm $f
|
||||
fi
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue