Browsersync

Stop reloading your browser by hand anytime your css, js or template re-renders. Try using Browsersync.ย I really started loving this tool. Everytime your sass or js gets compiled or you simply changed one thing in your template, browsersync detects the file change and simply reloads your page. One nice extra is that css is reloaded without reloading the complete page. To use it just install it via npm: npm install -g browser-sync I just created a small helper script for my Silverstripe projects, but you could simply change the folder and use it with everything else:...

August 8, 2018 ยท 1 min ยท Anton Bracke