What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

is the cache of Zed kept inside the container or is it mounted? Question is if I add/change twig fil

URB1K7DEU
URB1K7DEU Posts: 10 🧑🏻‍🚀 - Cadet

is the cache of Zed kept inside the container or is it mounted? Question is if I add/change twig files I need to recreate the container?

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Cache shouldn't be in the container but this is not 100% sure answer.

  • sprymiker
    sprymiker Sprykee Posts: 781 🧑🏻‍🚀 - Cadet

    @URB1K7DEU The twig cache stuff does not depend on the infrastructure. So in docker setup you just need to run

    docker/sdk console twig:cache:warmer
    

    when you added new twig template.

    And no need to restart docker container in dev mode.

  • sprymiker
    sprymiker Sprykee Posts: 781 🧑🏻‍🚀 - Cadet

    Yep, and caches are mounted in dev mode as everything else.