flyntwp / flynt-starter-theme

The starter theme for building Flynt projects.
MIT License
69 stars 4 forks source link

fix(Features/TimberLoader): use relative file path in renderComponent hook #265

Closed dgrdl closed 6 years ago

dgrdl commented 6 years ago

Related: #263 Props to @bdbch for the initial work on the issue.

resolves #235 resolves #266

Alternative solution to the Timber Loader rendering issue. Uses file path relative to the theme directory.

Note: I did not remove the timber/loader/paths filter for the component directory in order to have partial twig files still be able to be loaded.