Open kidfribble opened 11 years ago
The problem seems to be the call to database.findAllLive
at the bottom of the docpad.coffee file. At the moment it reads:
database.findAllLive({tags: $has: 'slide', slideOrder: $exists: true},{slideOrder:1})
It should be (note the tags and slideOrder properties):
database.findAllLive({tags: {$has: 'slide'}, slideOrder: {$exists: true}},{slideOrder:1})
Also posted on the docpad issue #414 https://github.com/bevry/docpad/issues/414
why was this commit reverted. seems to be the solution for me to get this to run.
Sorry - that was me having trouble with git
This seems to be the case still in the master branch.
ping @SteveMcArthur @DjebbZ
Any help is appreciated!
I'm getting the following errors on installation exclusively with revealjs skeleton:
And a little later: