-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate and redirect unused signatures #366
Comments
I think the only ones really in use are:
The others appear to be scans of CSS files hosted elsewhere. |
I guess for sanity sake, here's the full list for the last 30 days:
We should probably tie these to a specific Spine version in the future so that anyone who hosts their own Spine CSS will not be affected by changes we make in version 1. |
A new list of the last 30 days and from that, these that should be accounted for on the server:
... and they are through redirects. So we're good to remove these from |
Way back in Spine 1.2.2, we stopped using several (many) of our SVGs and instead went back to using 2 states for each mark. See #210.
Several sites out in the wild still request these SVGs, but it would be nice to avoid maintaining them forever.
I'm watching the logs on repo.wsu.edu and setting up redirects accordingly:
wsu-signature-vertical-crimson-gray-graylighter.svg -> wsu-signature-vertical.svg
wsu-signature-horizontal-crimson-gray-graylighter.svg -> wsu-signature-horizontal.svg
wsu-signature-vertical-crimson-graydark-graylighter.svg -> wsu-signature-vertical-white.svg
wsu-signature-horizontal-crimson-graydark-graylighter.svg -> wsu-signature-horizontal-white.svg
wsu-signature-vertical-crimson-7d868c-graylightly.svg -> wsu-signature-vertical-white.svg
wsu-signature-horizontal-crimson-7d868c-graylightly.svg -> wsu-signature-horizontal-white.svg
Once redirects are setup, it should be safe to remove the file from the repository.
The text was updated successfully, but these errors were encountered: