Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
Christian Cruz Garrido
vtigercrm
Commits
bfde781d
Commit
bfde781d
authored
1 year ago
by
Prasad
Browse files
Options
Downloads
Patches
Plain Diff
Updated composer deps script to remove unwanted files
parent
317f9ca8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install-composer-deps.sh
+3
-2
3 additions, 2 deletions
install-composer-deps.sh
with
3 additions
and
2 deletions
install-composer-deps.sh
+
3
−
2
View file @
bfde781d
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment