franciccio-ITALIANO Posted February 27, 2022 Share Posted February 27, 2022 Hi, I installed laragon for local html-css code development. But every time I need to see the changes made, I have to use the browser. This is annoying, both because I have to type the address of the local pages in the search bar every time, and because sometimes the browser doesn't show the changes just made, having stored the old ones. It updates in anonymous mode and sometimes not even with that. So, is there an alternative program to the local browser to instantly see the css-html code changes? Translated with www.DeepL.com/Translator (free version) Link to comment Share on other sites More sharing options...
aagd Posted February 27, 2022 Share Posted February 27, 2022 You might want to use https://browsersync.io/ with laragon to get instant reloads on changes in defined source folders. Since I have never used laragon, I can't help with configuration. But there should be plenty of info on the web. 1 Link to comment Share on other sites More sharing options...
pwired Posted February 27, 2022 Share Posted February 27, 2022 I use Laragon all the time. Never have any such problems. I simply work with 2 different browsers: Slimjet Browser for the Backend and PaleMoon Browser for the Front end. The PaleMoon Browser lets me best develop responsive design on smartphones (It lets you even go down to the 50px !!) Link to comment Share on other sites More sharing options...
pwired Posted February 27, 2022 Share Posted February 27, 2022 During development, just add the following to your <head>: <script type="text/javascript" src="https://livejs.com/live.js"></script> More information:https://livejs.com/ 2 Link to comment Share on other sites More sharing options...
franciccio-ITALIANO Posted March 12, 2022 Author Share Posted March 12, 2022 Ok thanks, but isn't there a program that renders the changes made css/html on screen, without copy-pasting the address to the browser every time? I'm going crazy because sometimes to check the changes I have to navigate in anonymous mode or change browser mozilla chorme brave... I try them all and in the end in fact the change is returned on the screen. But... I don't know when I'm wrong or I'm wrong browser. You can't work like this! Translated with www.DeepL.com/Translator (free version) Link to comment Share on other sites More sharing options...
zoeck Posted March 12, 2022 Share Posted March 12, 2022 6 hours ago, franciccio-ITALIANO said: Ok thanks, but isn't there a program that renders the changes made css/html on screen, without copy-pasting the address to the browser every time? Just use the reload Button ? Or… live.js - as written by @pwired Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now