Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add the following to your Gemfile to avoid polling for changes ... #87

Closed
flashios09 opened this issue Oct 22, 2013 · 3 comments
Closed

Comments

@flashios09
Copy link

Hi,
Sorry for my bad english :)
I formatted my PC and reinstalled WIN8 32 bit.
Before guard works correclty and i can compile sass, livereload my page, concat and minify js but now livereload doesn't work any more :(
thats a screenshot
guard-error

I installed ruby via rubyinstaller 1.9.3-p448 ,
guard(gem install guard),
guard-compass(gem install guard-compass),
guard-livereload(gem install guard-livereload),
guard-uglify(gem install guard-uglify),
guard-concat(gem install guard-concat)

what i have to do ?
thanks

@netzpirat
Copy link

You can either use Guard with polling

$ guard -p

or install the wdm gem

$ gem install wdm

preferably by by putting it into a Gemfile,

@flashios09
Copy link
Author

thanks it works now with guard -p

@ghost
Copy link

ghost commented Nov 22, 2018

I had the same problem. I add gem 'wdm', '~> 0.1.0' into the Gemfile and the problem was solved. Thank @netzpirat for your post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants