I am setting up an Octopress blog right now, and there's one thing I'm having some trouble with.
I can post on the blog after I've added a Markdown-file in the _posts folder like this:
rake generate
rake deploy
And it works fine with posts, but when I edit CSS in the sass > custom folder and generate/deploy, the edits are not shown on the live blog! When I open screen.css on the live server, everything seems to be fine - all my edits are there. But when I view the same file in Developer Tools on Chrome - the edits are not present.
It this some kind of caching issue?
Any hints on how to go about this is highly appreciated! :)