I’ve setup a local Ghost install so that I can modify the Source theme. After a fair amount of setup, I got everything working. A local instance, a copy of Source to modify, Gulp, Yarn, etc.
Yarn is working: when I save edits to the assets/screen.css file, it rebuilds/minifies the .css file in /built. But in order to see the changes, I have to restart ghost and reload my browser. Is there any way to avoid the restart ghost step? Is there something I missed in all the setup steps?