vastskill.blogg.se

Guard livereload windows
Guard livereload windows







Visiting the Guard server at localhost:35729 shows '404 Not Found'. livereload.js is loaded in the page but it doesnt seem to auto-refresh.

guard livereload windows

The only thing that doesnt refresh is the browser. When I load run bundle exec guard, guard monitors my files properly so that when I save changes to a sass file it automatically recompiles. When I make changes to my files and save, I don't see anything change on the browser without manually reloading. Im using guard and live-reload with Drupal locally. 1 My config of guard-livereload on Windows: RubyInstaller 1.9.3-p429 DevKit-tdm-32-4.5.2-20111229-1559 gem install: guard guard-livereload wdm newest browser extension for Firefox 2.0.9.

guard livereload windows

I then click on the chrome extension and see: guard(main)> 13:47:58 - INFO - Browser connected.īut - that's it.

#Guard livereload windows install#

I have my rails server running on localhost:3000 and when I do a 'bundle exec guard' it looks like my Guard server is working properly as well: 13:45:29 - INFO - Guard is now watching at '/home/kyle/01 WDI/99 Projects/09 Reddit for Resources/reddit-for-resources'ġ3:45:29 - INFO - LiveReload is waiting for a browser to connect. Guard Watching your css and html with Guard installation // check ruby ruby -v // check gem gem -v // update gem sudo gem update -system mkdir demo cd demo // install guard sudo gem install guard // install guard-livereload sudo gem install guard-livereload // then install and run the chrome extension livereload. I've installed Guard, Livereload, etc., followed the instructions here:, and updated my Gemfile and Guardfile accordingly. Hi I'm trying to get Guard::LiveReload set up and am terribly confused as to how this works. The watch method allows you to define which files are watched by a Guard.







Guard livereload windows