Open
Description
Not all use cases for this workflow benefit from pure .html compiled templates. Many times we are loading our templates into various third party systems with a variety of compilers and subsequent dynamic data. The objective is to have pristine templates compiled, but allow live-ish previewing and testing.
Approach:
- Allow
dist/
files to be written as whatever type (.liquid, .hbs, .php, etc...) - Incorporate better helpers / utilities to pass hbs or other curly brace syntax through assemble, uncompiled
- Allow the preview tool to render supported template types
- Enable the preview tool load and render templates with optional dummy data for testing
Thoughts, questions, issues, likes...?
FYI @ericdfields
Activity