jashkenas / journo

A quick-and-dirty (literate) blogging engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

layout.html is not copied when running init command from NPM version

lavelle opened this issue · comments

However, it works if Journo is installed by cloning the repo, compiling journo.litcoffee and running npm install -g. I may have overlooked something obvious here, but if not the version on NPM should be updated.

As a side note, if you try to clone and install without compiling journo.litcoffee in between, an error is thrown due to the syntax highlighting library not being installed. This seems to be the result of 16404f5, where journo.js was hand-edited, leaving it out-of-sync with the CoffeeScript version.

I see the same thing. Doing journo init actually copies the bootstrap directory into the current folder without index.html.

It looks like this was fixed in 4821dca but not published to the NPM registry.