The Refreshed skin should be less brickimedia specific so other wikis don't have to download unnecessary files they're not going to use (files should only be there if they're going to be used globally otherwise local files should be on our own local site), this means:
- Logo images on wiki instead of in repo: T142156
- Custom font on wiki instead of in repo: T142157
- Remove the .png wordmark fallbacks since we're officially not supporting IE 8 anymore. Also helps with performance since loading less files that aren't being used
- Requires some rewriting of Refreshed header component
- Since this breaks directory paths, this should be counted as a major patch instead of a minor patch. So instead of 3.1.1, this should be included in 4.1.1 and should be reflected on the Refreshed.php file ( Note: I found a good way of versioning that I like in of these comments at https://github.com/alrra/browser-logos/issues/76 )
- Reflect these changes on mw docs https://www.mediawiki.org/wiki/Skin:Refreshed
Original comments and issue at Github: https://github.com/Brickimedia/brickimedia/issues/451