You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the `bin/acme` compiled archive stays in its place, it won't fail, because `lib/Ufo.php` can still be found from its point of view.
160
+
161
+
### Size too big
162
+
163
+
Many projects include some dev libraries, for unit test, local data seeding or code inspection.
164
+
165
+
Fact is, some of those libs have **A LOT** of dependencies... Hence the `vendor` directory, which is usually included in the archive is really **HUGE**.
166
+
167
+
Q: How do we remediate then ?
168
+
169
+
A: Before compiling, we ensure the `vendor` directory does not contains any dev library:
0 commit comments