

Please do not change the version number.įor questions please join us on our Google group or on #guard ().Make sure your patches are well tested.Open VS Code and then click on Go Live at the bottom of VS Code 5.
#Livereload extension install#
Install PHP server if needed and make sure its running before going to next steps 4. Install live server extension on VS Code 2.
#Livereload extension upgrade#
The older protocol v6 is deprecated, and its support will be removed as soon as critical players (guard-livereload) upgrade to v7.

Due to security restrictions in web extensions, files served using the file system (file://.) cannot be monitored. This protocol is in use by production versions of LiveReload 2, LiveReload browser extensions 2.x and rack-livereload. Please read Guard doc for more info about Guardfile DSL. Not sure why your page is not reloading Debug your rules by navigating to edge://extensions, find the Live Reload extension in the list, click 'background page', visit the 'Console' tab and monitor 'All levels'. You can adapt your 'view' files like you want. Please read Guard usage doc and rack-livereload how it works readme section or LiveReload extension usage doc from version 1.x Guardfile
#Livereload extension how to#
Use rack-livereload or install LiveReload Safari/Chrome extension Usage In my previous blog post, I have written about how to use LiveReload Chrome extension, with Guard and some Ruby gems to make a web page automatically reload. Install the gem: $ gem install guard-livereloadĪdd it to your Gemfile (inside development group): group :development do gem ' guard-livereload ', require: false endĪdd guard definition to your Guardfile by running this command: $ guard init livereload Please be sure to have Guard installed before continuing. Be aware that, in order to use Chrome LiveReload with file URLs, you have to. Supportįor any support question/issue related to livereload please ask on. Chrome users can install the v.2.0.9 extension from the Chrome Marketplace. LiveReload guard allows to automatically reload your browser when 'view' files are modified.
