All the single mods my project uses have their own css and js in this project . Css and js are always locally restricted to single mods. Thus for my project, I always need to work on both:
On the one hand:
I am changing and adapting my individuall mod collection,
On the other hand:
while at the same time managing my global css and javascript via my ftp client. Also I will upload the index.html file (and my other project pages) each time I inject or delete a new mod.
It might be nicefor me to free myself from FTP and do more of it right in the cloud.
That would require some global mods I could inject css and js into the head of my page. for the global css and js to be managed via anymod too. It might also require a new global mod I could then use to inject all my html into, in order to drop new mods into the page, and delete the ones the client no longer wants.
Do you have any ideas regarding this thought?
Also, how do your plans proceed to offer themes , or at least a set of mods , aligned to one another?