thoughtbot / carnival

An unobtrusive, developer-friendly way to add comments
MIT License
499 stars 30 forks source link

Deployments that change styles often require a refresh #218

Closed pbrisbin closed 9 years ago

pbrisbin commented 9 years ago

Changing styles changes the auto-generated CSS URLs. Intermittently, browsers seem to request the older versions, which 404, causing an unstyled page -- it's often fixed with a refresh, sometimes a hard-refresh is required.

pbrisbin commented 9 years ago

This may end up being fixed by #219 when all styles are served from consistent *.css URLs.

pbrisbin commented 9 years ago

As a consequence of moving to Sass and stylesheet URLs no longer changing when the content changes, this doesn't seem to be occurring any longer.