mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
plugins: removed this from core as well
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user