I have 2 ‘large’ sites (4 if I count the admins for each site). Each site is a ‘sister’ to the other. By ‘large’ I mean each site has from 40 to 50+ main menu items with each having a main PHP, js, CSS, ajax file. (see www.txfannin.org and www.msholmes.org).
The individual files for each site doesn’t cause a problem given that they are specific to the site. What causes me a lot of issues is in the Scss variables, js functions, and php functions. Basically, these are all the same for each of the sites. Thus, if I update/modify a given function I must do it for each of the sites.
Thus, my question is… Is there a way via Atom or otherwise that I can have a single function/variable file that can be included(?) in each site’s framework?
TIA for any assistance
jdadwilson