Categories
ruby

Using guard-livereload to reload your browser when files are modified

We all do it when building a website, we hit the refresh button to reload our latest changes. This process of saving and reloading the browser can be eased using a plugin called Guard-LiveReload. This plugin is part of a ruby gem called Guard. Note, I am doing this on a windows box. Installing/Using I will be […]