Page 1 of 1

css mystery

Posted: 06 March 2023, 11:56
by predatorc
Hi,
I am a new developer, trying to get my first game to the BGA. So, I started the two tutorial projects(reversi and hearths), but my .css files somehow get redirected to an unknown folder: //studio.boardgamearena.com:8084/data/themereleases/current/games/{MYGAME_NAME}/999999-9999/{MYGAME_NAME}.css
When I make some chages to my {MYGAME_NAME}.css file, it is not shown in the /999999-9999/{MYGAME_NAME}.css, so I can't see anything on my screen.
Please help me to resolve this problem.

Re: css mystery

Posted: 06 March 2023, 12:42
by firgon
Probably you must clear your browser memory cache. (by ctrl+shift+R for instance)

Re: css mystery

Posted: 06 March 2023, 15:05
by predatorc
WOW, thanks! ctrl+shift+R worked!

Re: css mystery

Posted: 07 March 2023, 12:26
by firgon
:ugeek: You're welcome