theimpossibleastronaut / dagelijkswelzijn

Generic mental and physical health tracker that allows you to draw your own conclusions and help professionals to create a diagnosis grounded in your own data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finish implementing lazy loading

martijndeb opened this issue · comments

Commit 72ada6a contains most work for refactoring and adding lazyloading support. This is needed so we can replace certain tags/actions later in the parse tree. Basically Template contains a todo on what steps to take.

Currently stylesheets and scripts don't get parsed properly anymore.

<dw:stylesheet lazyload="ll-1731300809"></dw:stylesheet>
<dw:script lazyload="ll-210705768"></dw:script>

They should ofcourse become properly parsed.