I’m using the newest version of ghost (just installed today) and I’ve got a dev server running ghost start --development
I’m doing all my cli commands on windows in powershell in vscode in case that matters.
and I already yarn
and yarn dev
so that casper should be updating.
But the page doesn’t auto-refresh for me on updates (I’m not even sure this one is something it’s supposed to do.)
And more importantly when I refresh it myself, while the .hbs changes come through the .css ones do not.
I did find a semi-workaround here such that having the dev tools open with the cache disabled fixes the css on reload issue, but obviously that’s not completely ideal.
Thoughts on what I could be doing wrong?