Updating /modules directory file #1100
Replies: 3 comments 1 reply
-
Off the top of my head I can't remember where it happens, but anything with the composer This mechanism is the same as the system that moves Because of this, generally you would gitignore the |
Beta Was this translation helpful? Give feedback.
-
graph TB;
A[modules]-->Backend;
A-->CMS;
A-->System;
Here they are: Lines 34 to 36 in 65c9cd9 |
Beta Was this translation helpful? Give feedback.
-
@samcoppock wintercms/winter is basically a project template, you can think of it as being similar to laravel/laravel. The code is managed in one place in this repository for simplicity, but it gets split out automatically to the You should not track the modules/ folder in your git repositories, just like you should not track the vendor folder, nor any plugins that you include via composer. |
Beta Was this translation helpful? Give feedback.
-
I have noticed that the composer.json file does not have any reference to the /modules directory?
yet when comparing the changes between v 1.2.1 > 1.2.5 there are many changes to files in this directory.
does updating winter via composer somehow update files in the modules directory.
if yes how?
if no - do these files need to be updated when updating the winter version?
Beta Was this translation helpful? Give feedback.
All reactions