stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.33k stars 221 forks source link

Unable to load template when there is a space in the path #278

Closed sanderdekoning closed 5 years ago

sanderdekoning commented 5 years ago

[RouterMiddlewareWalker.swift:72 next()] unableToRenderContext(context: ["loader": FileSystemLoader([/Users/sander/My Path/Website/./Views])])

Kitura + Kitura-StencilTemplate + Stencil cannot load templates when there is a space somewhere in the path; resulting in the error above.