Page 1 of 1

The revision number is missing from CSS meta URL

Posted: 03 May 2020, 20:22
by BarbecueGaibe
hello,

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">
And this for my JS meta URL :

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>
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