mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
make: exclude new .ttf files from `lint' target
This commit is contained in:
parent
3e4e5872c4
commit
f5b013a0dc
4
Makefile
4
Makefile
@ -28,8 +28,8 @@ lint:
|
||||
find ${.CURDIR}/src ! -name "*.xml" ! -name "*.eot" \
|
||||
! -name "*.svg" ! -name "*.woff" ! -name "*.woff2" \
|
||||
! -name "*.otf" ! -name "*.png" ! -name "*.js" \
|
||||
! -name "*.scss" ! -name "*.py" -type f -print0 | \
|
||||
xargs -0 -n1 php -l
|
||||
! -name "*.scss" ! -name "*.py" ! -name "*.ttf" \
|
||||
-type f -print0 | xargs -0 -n1 php -l
|
||||
|
||||
sweep:
|
||||
find ${.CURDIR}/src ! -name "*.min.*" ! -name "*.svg" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user