Hopefully someone can shed some light on how I can achieve something which I think is easy but for the life of me cannot work out. I have built a CRM portal which has different modules:
-Secure -Module1 (module 1's back end) -Module2 (module 2's back end) -Module3 (module 3's back end) -web -Module1 (module 1's back end) -Module2 (module 2's front end) -Module3 (module 3's front end) -core -classes -css -js etc....
I want to achieve the following: - Each module to be separated into it's own repo (Module 1 front end and Module 1 back end, Module 2...)
- The core files to in its own repo
Last updated