make: remove the sourceMapping awareness

It's been a couple of years and Chrome should behave now.
This commit is contained in:
Franco Fichtner 2024-03-20 11:46:21 +01:00
parent 419fec650f
commit 92bd601a7b
1 changed files with 0 additions and 4 deletions

View File

@ -408,10 +408,6 @@ lint: plist-check lint-shell lint-xml lint-model lint-exec lint-php
sweep:
find ${.CURDIR}/src -type f -name "*.map" -print0 | \
xargs -0 -n1 rm
if grep -nr sourceMappingURL= ${.CURDIR}/src; then \
echo "Mentions of sourceMappingURL must be removed"; \
exit 1; \
fi
find ${.CURDIR}/src ! -name "*.min.*" ! -name "*.svg" \
! -name "*.ser" -type f -print0 | \
xargs -0 -n1 ${.CURDIR}/Scripts/cleanfile