Skip to content
Snippets Groups Projects
Commit bfde781d authored by Prasad's avatar Prasad
Browse files

Updated composer deps script to remove unwanted files

parent 317f9ca8
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,12 @@ composer update
# remove files not required in production
readarray -t FILES << EOS
smarty/smarty/demo
smarty/smarty/docs
smarty/smarty/*.sh
dg/rss-php/.github
tecnickcom/tcpdf/examples
tecnickcom/tcpdf/tools
EOS
# set -x
......@@ -18,4 +19,4 @@ for FILE in ${FILES[*]}; do
fi
done
echo "OK"
\ No newline at end of file
echo "OK"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment