-
Notifications
You must be signed in to change notification settings - Fork 2
Description
The www folder does not serve any purpose anymore for us. We should remove it from the repo and probably transfer some of its content to the wiki.
There are two ways to do this:
a) remove the www folder from the history completely using filter-branch as described here. I have done that with the downloads folder, but that was before other people were forking and may introduce problems with collaborators. people would have to fork again or rebase their branches (it seems). If we file a ticket on the github support, they could clear the cache and the repo would be smaller (probably 3 to 8mb). It seems a little drastic for that small amount of saved space...
b) just remove the www folder via a commit on all branches that are in development ...
b seems to be the better candidate, but any opinions are welcome ...