mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
make: remove the sourceMapping awareness
It's been a couple of years and Chrome should behave now.
This commit is contained in:
parent
419fec650f
commit
92bd601a7b
4
Makefile
4
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user