Designing in Browser #259
-
Is it possible to design my site in the browser using Hyde? Currently it looks like I have to run two commands in the terminal: terminal window 1
terminal window 2
and then manually refresh the browser after every design change. Or is there a way to get the browser to refresh automatically after every design change, like with Vite? I looked through the docs but didn't see anything to address this; did I miss something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! Hyde no longer ships with BrowserSync due to its constant security vulnerabilities. However, it should be fairly easy for you to add it back to your project if you take a look at the diff in the removing PR https://github.com/hydephp/hyde/pull/93/files I have considered trying to add a livereload feature to the realtime compiler, seeing as we now have a feature request for this, I can increase the priority of that! |
Beta Was this translation helpful? Give feedback.
Hi! Hyde no longer ships with BrowserSync due to its constant security vulnerabilities. However, it should be fairly easy for you to add it back to your project if you take a look at the diff in the removing PR https://github.com/hydephp/hyde/pull/93/files
I have considered trying to add a livereload feature to the realtime compiler, seeing as we now have a feature request for this, I can increase the priority of that!