Can’t see change I make to code or design. I am NOT touching the GemFile
or config.yml
. Any idea why this is happening.
jekyll v 3.8.5
Gemfile
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem 'hawkins'
end
Steps to Reproduce
- run
jekyll liveserve
- make a change to code (HTML, CSS)
- output
Generating...
Jekyll Feed: Generating feed for posts
done in 0.55 seconds.
Auto-regeneration: enabled for '/Users/patriciocabrera/Desktop/repos/coyoteflaco'
Configuration file: /Users/patriciocabrera/Desktop/repos/coyoteflaco/_config.yml
LiveReload Server: 127.0.0.1:35729
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
LiveReload: Browser connected
Regenerating: 1 file(s) changed at 2018-11-25 10:26:43
_includes/footer.html
Jekyll Feed: Generating feed for posts
...done in 0.166785 seconds.
- Results