Removes /vendor/composer/installed.json from build process to avoid exposing versioning of libraries.
This commit is contained in:
parent
2f127030ed
commit
c5785f7ffe
1
build.sh
1
build.sh
|
@ -98,6 +98,7 @@ rsync -axz --exclude='vendor/bin/phpc*' --exclude='vendor/squizlabs' --exclude='
|
|||
--exclude='vendor/tecnickcom/tcpdf/fonts' \
|
||||
--exclude='vendor/smalot/pdfparser/src/Smalot/PdfParser/Tests/' \
|
||||
--exclude='vendor/tecnickcom/tcpdf/examples' \
|
||||
--exclude='vendor/composer/installed.json' \
|
||||
src/* $wp_plugin_dir/
|
||||
|
||||
echo "Removing unecessary source files"
|
||||
|
|
Loading…
Reference in New Issue