exclude tcpdf fonts from build

This commit is contained in:
Leo Germani 2019-09-20 10:07:07 -03:00
parent cb94e68c2a
commit 470f436449
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ rsync -axz --exclude='vendor/bin/phpc*' --exclude='vendor/squizlabs' --exclude='
--exclude='vendor/respect/validation/.git' --exclude='vendor/symfony/polyfill-mbstring/.git' \
--exclude='vendor/respect/validation/docs' --exclude='vendor/respect/validation/tests' \
--exclude='pdf-viewer/pdfjs-dist/web/compressed.tracemonkey-pldi-09.pdf' \
--exclude='vendor/tecnickcom/tcpdf/fonts' \
src/* $wp_plugin_dir/
rm -rf $wp_plugin_dir/scss