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

Decouple from PathKit #259

Closed basememara closed 5 years ago

basememara commented 5 years ago

Remove FileSystemLoader in case not needed for projects and break PathKit coupling. Further discussion in #120.

djbe commented 5 years ago

The file system loading is necessary for the include tag, as well as the template inheritance.

Look, I honestly don't think we're going to merge this. You'd break all the other frameworks and apps already using Stencil, just because you don't want to add one line to your Carthage file?