Page 1 of 1

Hey guyz! [website bug->press ctrl+f5]

Posted: 26 Oct 2011, 22:08
by Super Mario
Image
Nice bug no?

Re: Hey guyz!

Posted: 26 Oct 2011, 22:39
by knorke
delete browser cache, crtl or shift + f5

Re: Hey guyz!

Posted: 26 Oct 2011, 22:46
by momfreeek
New css should be in a new file (could just change its name) to make sure it gets loaded?

Re: Hey guyz!

Posted: 28 Oct 2011, 13:40
by jamerlan
I got the same issue. I know that ctrl+F5 works, but this bug is so stupid :-))

Re: Hey guyz!

Posted: 28 Oct 2011, 15:24
by AF
It's overzealous caching. Renaming the stylesheet would fix thing but it would result in the loss of versioned history

Re: Hey guyz!

Posted: 28 Oct 2011, 15:49
by dansan
AF wrote:It's overzealous caching. Renaming the stylesheet would fix thing but it would result in the loss of versioned history
FF is a little crazy about caching... :)
Anyway: if you use a RCS for your versioning it should keep history throughout renames. I can confirm that at least for svn and git ("git log" command needs "--follow" option to see that).

Re: Hey guyz!

Posted: 28 Oct 2011, 15:51
by AF
I've put in a new pull request with an updated version that includes rewrite rules, and changed headers so that no renaming is necessary ( stylesv1.css stylesv2.css etc all lead to styles.css )

Re: Hey guyz! [website bug->press ctrl+f5]

Posted: 05 Nov 2011, 08:19
by abma
@AF
Renaming the stylesheet would fix thing but it would result in the loss of versioned history
What? which version-system are you using? git detects renames, history isn't lost. i guess i missunderstood something...?

Re: Hey guyz! [website bug->press ctrl+f5]

Posted: 05 Nov 2011, 11:54
by AF
I didnt know that but this thread si moot now anyway as the issue is fixed