Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: thymeleaf java implementation & draft for config. renderers/processors #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

@@ -20,6 +20,15 @@ exports.vendor = {
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