I currently have a PHP/MySQL based site that I would like to use Guard-livereload for. However, all indicators in the README seems to say that it is only reserved for Rails (or more specifically Rack) based sites. Is this true? Is there a way I can start using Guard-livereload in this LAMP based site?
PS I have used Guard-Livereload before. My problem is that I can't add it to a Gem file to run bundle install as the documentation says for the PHP/MySQL site.