Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

bs-LANG: caching  #656

@joe-getcouragenow

Description

@joe-getcouragenow

The Gen phase of the code is long.

the longest thing is the Lang translate.
A cache will make it much faster.
This relies on the fact though that if you as a dev change the ENGLISH translation, that the cache is missed.
SO then the ONLY way we can do this is to CACHE the en.json, and if that is changed do the gen.
If its not changed, then dont do the gen
So there is no cache essentially.

Just check if the File Datetime is changed.
Add a --force to the gen phase so that CI always buidl the complete LANG files.

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