On saving page only regenerates once
See original GitHub issueTried to set up a site today and kept running into something i’m not sure how to resolve. It seems when running running either gulp or gulp --prod I can save a change to a file once and then my site will no longer regenerate.
I’m getting this in the console which i’m not really sure how to make sense of and was hoping you might have an idea where to look
Configuration file: _config.yml
Configuration file: _config.build.yml
Source: src
Destination: dist
Incremental build: disabled. Enable with --incremental
Generating...
done in 0.17 seconds.
Auto-regeneration: disabled. Use --watch to enable.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:26 (12 by maintainers)
Top Results From Across the Web
How Often Should a Water Softener Regenerate?
This process will repeat itself at least once a week, at minimum. A water treatment professional will determine the valve's settings based on ......
Read more >I can't make that auto regenerate files when save #4148
I try all, including "jekyll serve --force_polling" and more, but when i run, only generate one time, after this i need use ctrl...
Read more >How Often Should My Water Softener Regenerate?
Because demand regeneration is more flexible, only taking place when it's triggered, it conserves both salt and water compared to a timer-controlled system....
Read more >Next.js Static Regeneration on demand
The idea is to regenerate each page just once after each data change. I could enforce ISR pages regeneration simply with fetching the...
Read more >Regenerate - MTG Wiki - Fandom
Regenerate is a former evergreen keyword action until it was removed from evergreen status after Oath of the Gatewatch. Regeneration is a replacement...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I think something has changes with how gulp watches files/runs commands. I’m looking into it but due to exams I have very little time until the end of May.
I’ve pushed a new version of
jekyllizedto NPM, you can update your settings withyo jekyllized:gulp [--rsync|amazon|pages]after you’ve updated to the latest version of jekyllized (npm install -g generator-jekyllized@next), but beware that it’ll ask you to overwrite your package.json and gulpfile so back them up. From what I can see this works as it should on my end now, but if it doesn’t please let me know! 😄