juusaw / amp-jekyll

Build Accelerated Mobile Page versions of your Jekyll posts
MIT License
281 stars 59 forks source link

Fix local size fetching #10

Closed dangoldin closed 8 years ago

dangoldin commented 8 years ago

The problem was that Jekyll would not start/serve until it handled the files but handling the files required Jekyll to be running. This bypasses this circular dependency by reading the files from the file system.

dangoldin commented 8 years ago

Ah neat - I forgot to update the readme file so appreciate that!