LIVE RELOAD WITH DRUPAL

LIVE RELOAD WITH DRUPAL

Install Nodejs on Windows

https://nodejs.org/dist/v10.9.0/node-v10.9.0-x64.msi

Open command line (CMD) install livereload extension

npm install -g livereload

Install Livereload extension for Chrome

https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei

Open directory need watch for files change and auto reload website, type command

livereload . -w 1000 -d -ee twig,module,theme

with -ee are list of addition extension need watch

Enable live reload on developent page

Update your files and see chrome autoreload development page.

Other posts