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

Jekyll not regenerating #970

Closed
spentacular opened this issue Apr 14, 2013 · 13 comments
Closed

Jekyll not regenerating #970

spentacular opened this issue Apr 14, 2013 · 13 comments

Comments

@spentacular
Copy link

Hey Parker, here's my output:

Spencers-MacBook-Air:~ spentacular$ gem install jekyll
Fetching: liquid-2.5.0.gem (100%)
Successfully installed liquid-2.5.0
Fetching: classifier-1.3.3.gem (100%)
Successfully installed classifier-1.3.3
Fetching: directory_watcher-1.5.1.gem (100%)
Successfully installed directory_watcher-1.5.1
Fetching: maruku-0.6.1.gem (100%)
Successfully installed maruku-0.6.1
Fetching: jekyll-0.12.1.gem (100%)
Successfully installed jekyll-0.12.1
Parsing documentation for liquid-2.5.0
Installing ri documentation for liquid-2.5.0
Parsing documentation for classifier-1.3.3
Installing ri documentation for classifier-1.3.3
Parsing documentation for directory_watcher-1.5.1
Installing ri documentation for directory_watcher-1.5.1
Parsing documentation for maruku-0.6.1
Couldn't find file to include 'MaRuKu.txt' from lib/maruku.rb
Installing ri documentation for maruku-0.6.1
Parsing documentation for jekyll-0.12.1
Installing ri documentation for jekyll-0.12.1
5 gems installed

And when I start it:

Spencers-MacBook-Air:test spentacular$ jekyll --server --auto
Configuration from /Users/spentacular/projects/personal/test/_config.yml
Auto-regenerating enabled: /Users/spentacular/projects/personal/test -> /Users/spentacular/projects/personal/test/_site
[2013-04-14 10:22:18] regeneration: 1 files changed
[2013-04-14 10:22:19] INFO  WEBrick 1.3.1
[2013-04-14 10:22:19] INFO  ruby 2.0.0 (2013-02-24) [x86_64-darwin12.3.0]
[2013-04-14 10:22:19] INFO  WEBrick::HTTPServer#start: pid=24773 port=4000
[2013-04-14 10:22:19] regeneration: 1 files changed
[2013-04-14 10:22:19] regeneration: 1 files changed
[2013-04-14 10:22:19] regeneration: 1 files changed

I've been trying to change a css that's under stylesheets/app.css, and not luck with that.

@AlexanderEkdahl
Copy link
Contributor

gem uninstall directory_watcher
gem install directory_watcher -v 1.4.1

If that does not work install the latest beta version. Several bugs in auto-regeneration have been fixed since 0.12.

@spentacular
Copy link
Author

@AlexanderEkdahl THANK YOU. That fixed the problem.

I also tried installing the beta, am I just looking over the command to auto regenerate? I couldn't seem to find it.

@AlexanderEkdahl
Copy link
Contributor

jekyll serve -w

@spentacular
Copy link
Author

@AlexanderEkdahl Thanks again!

@rotev
Copy link

rotev commented Aug 26, 2013

This solution didn't work for me. I also tried installing version 1.5.1.

@parkr
Copy link
Member

parkr commented Aug 26, 2013

@rotev What version of Jekyll? What error messages are you seeing?

@ricemidesign
Copy link

mingyans-mbp:portfolio mingyanmi$ jekyll serve --watch
Configuration file: /Users/mingyanmi/Desktop/portfolio/_config.yml
Source: /Users/mingyanmi/Desktop/portfolio
Destination: /Users/mingyanmi/Desktop/portfolio/_site
Generating...
done.
Auto-regeneration: enabled for '/Users/mingyanmi/Desktop/portfolio'
Configuration file: /Users/mingyanmi/Desktop/portfolio/_config.yml
Server address: http://127.0.0.1:3000/

I have the same issue....is it because my jekyll is not installed 100%?

@parkr
Copy link
Member

parkr commented Aug 21, 2015

@ricemidesign Check exclude in your config yml and make sure it doesn't contain any part of the filename you're having trouble with. if that is ok, run jekyll with the LISTEN_GEM_DEBUGGING=1 environment variable set. That should give you more information.

@ricemidesign
Copy link

thanks for replying!!

Sent from my iPhone

On 22 Aug 2015, at 2:40 am, Parker Moore notifications@github.com wrote:

@ricemidesign Check exclude in your config yml and make sure it doesn't contain any part of the filename you're having trouble with. if that is ok, run jekyll with the LISTEN_GEM_DEBUGGING=1 environment variable set. That should give you more information.


Reply to this email directly or view it on GitHub.

@SuryaChitrapu
Copy link

Hello,
Jekyll is getting stuck at this point:

$ jekyll build
WARN: Unresolved specs during Gem::Specification.reset:
jekyll-watch (~> 1.1)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
Configuration file: D:/doc_portal/documentation/_config.yml
Source: D:/doc_portal/documentation
Destination: D:/doc_portal/documentation/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in 6.921 seconds.
Auto-regeneration: disabled. Use --watch to enable.

@SuryaChitrapu
Copy link

$ bundle exec jekyll serve
Configuration file: D:/doc_portal/documentation/_config.yml
Source: D:/doc_portal/documentation
Destination: D:/doc_portal/documentation/_site
Generating...

@SuryaChitrapu
Copy link

The -site folder is getting built but no further...the portal doesn't get generated. I cleared browser cookies, did bundle install - but the issue persists. Can someone help, please?

@jekyll jekyll locked and limited conversation to collaborators Apr 20, 2016
@parkr
Copy link
Member

parkr commented Apr 20, 2016

@SuryaChitrapu Please open up a new issue with the logs from running bundle exec jekyll serve --verbose. Thanks!

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

No branches or pull requests

7 participants