mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
sweep: exclude css.map files
This commit is contained in:
parent
e3364f6d88
commit
1e74bbca94
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ sweep-whitespace:
|
|||
.for DIR in ${.CURDIR}/src
|
||||
.if exists(${DIR})
|
||||
find ${DIR} ! -name "*.min.*" ! -name "*.svg" \
|
||||
! -name "*.ser" -type f -print0 | \
|
||||
! -name "*.ser" ! -name "*.css.map" -type f -print0 | \
|
||||
xargs -0 -n1 ${COREREFDIR}/Scripts/cleanfile
|
||||
.endif
|
||||
.endfor
|
||||
|
|
|
|||
Loading…
Reference in a new issue