Delete the entire js folder on make clean to get rid of old v1 code

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2019-10-21 11:51:26 +02:00
parent 51c53569db
commit 056d5361b1
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
1 changed files with 1 additions and 3 deletions

View File

@ -68,9 +68,7 @@ stylelint-fix:
# Cleaning
clean:
rm -f js/calendar.js
rm -f js/calendar.js.map
rm -Rf js/chunks
rm -rf js
clean-dev:
rm -rf node_modules