NAlexPear / blog-runner

A simple JavaScript-based static site generator built on top of mustache.js and marked

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix incomplete build issue

NAlexPear opened this issue · comments

On first build of the _site directory, one or two directories tends to error out without a complete build. Works fine after the first build, but would be nice to fix that initial bug.

Fixed through a refactor to Blog.index() and use of glob.sync() vs glob()