adamcooke / staytus

💡 An open source solution for publishing the status of your services
http://staytus.co
MIT License
2.17k stars 284 forks source link

CSS Changes #272

Closed pcrosthwaite closed 3 years ago

pcrosthwaite commented 5 years ago

Hi,

I'm new to ruby on rails, so please forgive me. I have staytus running on windows. One of the items I'm looking to do is to do some work on the CSS. I understand that to make things permanent I will need to change the scss files, run a assets:precompile, and then restart the web server.

This is alot of effort though when I'm still designing the CSS changes. Is there a way I can make a change directly to the CSS and the change then is recongnised immediately, without having to restart puma?

thanks Peter