plugins: removed this from core as well

This commit is contained in:
Franco Fichtner
2024-08-16 15:13:53 +02:00
parent 19070de8d0
commit 1972b6dc22
-4
View File
@@ -388,10 +388,6 @@ plist-fix:
sweep: check
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 ${SCRIPTSDIR}/cleanfile