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
Launching the `bin/acme` compiled archive should raise an error because of the missing file.
172
172
173
-
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.
173
+
Well...not. What happens here then ?
174
+
175
+
If the `bin/acme` compiled archive stays in its place,the `lib/Ufo.php` can still be found from its point of view.
174
176
175
177
### Size too big
176
178
177
179
Many projects include some dev libraries, for unit test, local data seeding or code inspection.
178
180
179
181
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**.
180
182
181
-
Q: How do we remediate then ?
183
+
Q: How to remediate then ?
182
184
183
-
A: Before compiling, we ensure the `vendor` directory does not contains any dev library:
185
+
A: Before compiling, ensure the `vendor` directory does not contains any dev library:
0 commit comments