[GH-ISSUE #1535] Reduce packe size #872

Closed
opened 2026-02-26 02:34:29 +03:00 by kerem · 2 comments
Owner

Originally created by @JBlond on GitHub (Oct 19, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1535

Description
Reduce the packe tar.gz / zip file with the no dev flag for the vendor files

Example

composer install --no-dev

before

~/koel/vendor
# du . -sh
165M    .

after

~/koel/vendor
# du . -sh
93M     .
Originally created by @JBlond on GitHub (Oct 19, 2022). Original GitHub issue: https://github.com/koel/koel/issues/1535 **Description** Reduce the packe tar.gz / zip file with the no dev flag for the vendor files **Example** ```bash composer install --no-dev ``` before ```bash ~/koel/vendor # du . -sh 165M . ``` after ```bash ~/koel/vendor # du . -sh 93M . ```
kerem closed this issue 2026-02-26 02:34:29 +03:00
Author
Owner

@phanan commented on GitHub (Oct 22, 2022):

Excellent! Would you want to creat a PR?

<!-- gh-comment-id:1287693339 --> @phanan commented on GitHub (Oct 22, 2022): Excellent! Would you want to creat a PR?
Author
Owner

@JBlond commented on GitHub (Oct 22, 2022):

Done in https://github.com/koel/koel/pull/1543

<!-- gh-comment-id:1287903458 --> @JBlond commented on GitHub (Oct 22, 2022): Done in https://github.com/koel/koel/pull/1543
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#872
No description provided.