vapor-community / mustache-provider

Render Mustache templates in Vapor
MIT License
16 stars 10 forks source link

Dependency could not be satisfied #18

Closed mikecsh closed 7 years ago

mikecsh commented 7 years ago

Currently not compatible with the latest version of Vapor.

tanner0101 commented 7 years ago

We haven't updated this since having released Leaf templates.

mikecsh commented 7 years ago

Hi @tannernelson, thanks for your response - can I take it from this that vapor/mustache-provider is deprecated and will not be updated?

tanner0101 commented 7 years ago

I don't have any plans to update it, but someone from the community might. Your best bet would be using Leaf, though. It's included with Vapor!

mikecsh commented 7 years ago

Thanks. Unfortunately Leaf is not an option as the project has a hard dependency on Mustache for now. If I can find time I'll make an adaptor for GRMustache.swift which is what we use client side.

tanner0101 commented 7 years ago

I believe Perfect and Kitura have mustache parsers that you could use with Vapor.