•  
      request #41093 move git backend assets in a sub-directory
    Infos
    #41093
    Joris MASSON (jmasson)
    2024-12-06 09:40
    2024-12-05 17:40
    42744
    Details
    move git backend assets in a sub-directory

    Follow-up of request #29265. After that request, there is still a package.json at plugins/git/. It interferes with turbo's caching behaviour (from request #24241), so that if there is any change at all in the whole of the git plugin, this script will be called again to rebuild the same backend assets.

    It would be better if this script was split: one package.json for the end-to-end test dependencies, and one in a sub-directory for the backend assets. This way, once built, it stays cached, unless it is changed.

    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Joris MASSON (jmasson)
    Closed
    2024-12-06
    Attachments
    Empty
    References

    Follow-ups