Ive noticed that when I upload my skin file it doesn't update automatically. Is there anything i can do to make it so when i change my skin files it will change on the wiki instantly
Asked
Active
Viewed 36 times
0
-
Please only ask one question per question. – Nic Feb 18 '15 at 03:30
-
Fixed it, Please take a look again – IcyRelic Feb 18 '15 at 03:35
-
does the wiki cache? or it could just be your browser cache – Feb 18 '15 at 03:50
1 Answers
1
Set or update $wgCacheEpoch
. If you want to update automaticly, generate it from the last modification date of your skin files (see linked example). See this question on getting the last modified date from multiple files.