removing useless folder from build
This commit is contained in:
parent
59464e71b7
commit
d39c9d004f
1
build.sh
1
build.sh
|
@ -73,6 +73,7 @@ rsync -axz --exclude='vendor/bin/phpc*' --exclude='vendor/squizlabs' --exclude='
|
||||||
--exclude='pdf-viewer/pdfjs-dist/web/compressed.tracemonkey-pldi-09.pdf' \
|
--exclude='pdf-viewer/pdfjs-dist/web/compressed.tracemonkey-pldi-09.pdf' \
|
||||||
--exclude='vendor/tecnickcom/tcpdf/fonts' \
|
--exclude='vendor/tecnickcom/tcpdf/fonts' \
|
||||||
--exclude='vendor/smalot/pdfparser/src/Smalot/PdfParser/Tests/' \
|
--exclude='vendor/smalot/pdfparser/src/Smalot/PdfParser/Tests/' \
|
||||||
|
--exclude='vendor/tecnickcom/tcpdf/examples' \
|
||||||
src/* $wp_plugin_dir/
|
src/* $wp_plugin_dir/
|
||||||
|
|
||||||
rm -rf $wp_plugin_dir/scss
|
rm -rf $wp_plugin_dir/scss
|
||||||
|
|
Loading…
Reference in New Issue