hello,
I noticed that the revision number in parameter of the CSS link is missing, I have the following meta URL for my project :
And this for my JS meta URL :
Then whatever I do in my CSS file, no change will be applied in the game. It will keep the default CSS file.
But if I add the parameter "?{actualRevisionNumber}" (here "?158853315259") at the end of the CSS meta URL it works
I noticed that the revision number in parameter of the CSS link is missing, I have the following meta URL for my project :
Code: Select all
<link rel="stylesheet" type="text/css"
href="https://en.1.studio.boardgamearena.com:8083/data/themereleases/current/games/testtutorialgaibe/999999-9999/testtutorialgaibe.css">Code: Select all
<script type="text/javascript" charset="utf-8"
src="https://en.1.studio.boardgamearena.com:8083/data/themereleases/current/games/testtutorialgaibe/999999-9999/testtutorialgaibe.js?1588533152591"></script>But if I add the parameter "?{actualRevisionNumber}" (here "?158853315259") at the end of the CSS meta URL it works