Live Reload CSS using FTP & VSCODE

Hey all! Just bought Bricks Builder :tada::partying_face:

I’m looking for a plugin that can Live Reload CSS/SCSS changes when I make a change in VSCODE via FTP so I don’t have to reload the pages when developing a website, I’ve looked at WPCodeBox, But I prefer my VSCode IDE. Any resources that anyone has found would be greatly appreciated!

Thanks.

Hey Kohler,

Welcome to the forum?

I haven’t tried but found LiveReload with FTP via live reload vscode ftp - Google Search.

Do you want to give that a try?

Hey KohlerVG, i am currently experimenting with using “Vite” for this. It looks like it works, but is a bit complicated and there might be an easier way. With Vite it does not reload the page, instead it “Hot Swaps” the css so the changes take effect immediately - just like in WPCodeBox.

I can give you some insights on my findings if you want.