Manage own framework
- by Develman
I have developed my own little framework for webpages. And for different websites I had to change some parts of the framework respectively developed new features / improvements. But in some cases I missed to copy the changes in the original framework code.
How do you manage your frameworks?
I copy the complete framework to a library folder in my projects folder structure. So I have a copy of the framework in every project.
I would like to have it on one place in order to modify / improve / bugfix it once and then distribute it on the projects.