Can you help me troubleshoot this error?
When updating my .scss
file on a development server, I’m getting following error and I need to reload the page manually to see the changes.
CSS change notifier crashed
No such file or directory @ rb_sysopen - /home/overgrow/discourse/app/assets/stylesheets/discourse-custom-plugin.scss
It’s a .scss
file registered in plugin.rb
register_asset "stylesheets/custom-style.scss", :desktop
It’s the only stylesheet in the project.
I haven’t got a similar problem with any other plugin using the same method.