Closed waynehoover closed 7 years ago
Hey @waynehoover! Thanks for the clear issue -- I took a look, found out what the issue is, and just submitted a patch, referenced below. I'll have this patch out today and it should fix your issue. The problem was that there was a bug with injecting the default of "posts/**", so it would only work if done manually. If you want an immediate fix, You can just add the following to your collections call. Alternately, an upgrade to this patch version which is soon to be released will fix it with no changes.
new Collections({
addDataTo: locals,
collections: { posts: { files: 'posts/**' } }
})
I get this error when trying to install spike-collections with Spike 1.3.1.
config is