gjtorikian / jekyll-last-modified-at

A Jekyll plugin to show the last_modified_at time of a post.
MIT License
244 stars 39 forks source link

Store paths in a new `PATH_CACHE` #28

Closed gjtorikian closed 10 years ago

gjtorikian commented 10 years ago

This prevents spurious calls to shelling out when running a server with --watch.

Closes https://github.com/gjtorikian/jekyll-last-modified-at/issues/24