-
-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Jekyll serve --watch not recognizing and updating changes #2926
Comments
Are you on Windows? Try |
I'm in OSX . Using jekyll 2.4.0 . And from a |
You don't need |
Ah, alright. It Regenerates with Thanks for your prompt answers! |
Only if you're using Jekyll 2.4 or later. |
If you're on Mac OS X, it should all work. |
What is |
Force polling forces liquid to use the polling architecture rather than inotify. It's more CPU intensive than the latter. |
Have you tried not using the |
@alfredxing I have uninstalled the I'm not sure I might've messed up something while I installed the bundler gems or set up my repo on github. |
@parkr: is there an issue to track the |
Check your |
For future people coming across this. this issue for me was related (I suspect) to this: guard/rb-fsevent#10 The case of a directory in the "Auto-regeneration: enabled for ..." line was different than it was in the finder. Renaming the incorrect dir, then renaming back, fixed it. (other possible solutions are listed here: http://feedback.livereload.com/knowledgebase/articles/86239) |
I was having the same issue (git-hub pages gem on Win10) but jekyll --incremental seemed to do the trick |
This article helped me with similar issue on Win10 with Jekyll 3.3.0. See "May not work" part: https://labs.sverrirs.com/jekyll//5-wdm-gem.html |
Updates do not work for me at all. |
Auto-regeneration isn't working for me with
|
@wraybowling |
@ashmaroli WOW. Gosh I hope you didn't spend too long figuring that out, but that did the trick. Thank you! |
😃 I had encountered a similar issue on StackOverflow. So my first guess was on the plugin.. 😉 |
the |
I'm facing the same problem on Elementary OS (it's Ubuntu based). I've already tried the following, but nothing seems to work:
|
@mikekok |
I recently set up my github pages for my new website and installed bundler gem through the terminal and the git-hub pages gem. Since then the jekyll serve --watch has not been updating when I make a change to my code.
Thanks in advence for any help.
The text was updated successfully, but these errors were encountered: