Skip to content

Migrate the Website's app.js and index.html from syntax for Scriban to Liquid. #27

@AraHaan

Description

@AraHaan

Why?

It is because I did some checking and the Fluid package does the templating syntax differently, like {{% stuff here %}}'s instead of {{~ stuff here ~}}, etc.

Also if ends with endif and not end; same for for, etc.

But why should we update the templates?

Because the GitHub action that uses Scriban can see a performance increase and less memory allocations by migrating to Fluid instead. Also soon it will have Trimming support and AoT as well allowing for single file exe's or Ahead of Time Compilations which would also improve performance as well.

sebastienros/fluid#935
I also left a comment on that PR as well, but I filed the issue here as I think this would be the better dependency for package vpm repos.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions