From 92bd601a7b6722785ffb7babc6486e5bb3db82e8 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 20 Mar 2024 11:46:21 +0100 Subject: [PATCH] make: remove the sourceMapping awareness It's been a couple of years and Chrome should behave now. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index c08f054c3..40212ab67 100644 --- a/Makefile +++ b/Makefile @@ -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