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?
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