Skip to content

Conversation

blynx
Copy link
Collaborator

@blynx blynx commented Feb 25, 2020

tests will fail, but it works (should work)
using a thymeleaf java implementation, simple cli wrapper.

PR for feedback/discussion and to try it out

https://github.com/blynx/aiur-processor-lymetheaf

scripts: []
};

exports.renderers = {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add languages like this?
with option to add configuration

with / without configuration:

exports.renderers = {
    handlebars: require("aiur-renderer-handlebars"),
    lymetheaf: [
        require("..."),
        { ... config}
    ]
}

Use the JAVA implementation "Lymetheaf"

```lymetheaf
components/thing/ding.html
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently, only FileTemplateResolver implemented - for reasons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant