craft your forge, build your project, grow your community freely
1---
2id: "95b0"
3priority: 100
4sprint: ""
5assignee: null
6status: triage
7kind: issue
8---
910# Plugins bug with empty fs
1112If you look at [proxy-root](../app/testsuite/proxy-root.sh) I need to kill and relaunch GitRoot after the initiale run of plugins.
1314Without this restart plugins have empty cache and empty web:
1516- apex generate the last commit working directory (so no cache)
17- apex try to write css in web (so empty web)
1819I suspect a cache somewhere which know that the directory is empty, and like we write with host fonction don't refresh the directory.
2021The funny part is in [standard testsuite](../app/testsuite/runtest.sh) this is not the case, probable because fs is updated when we change project in runtime. Or maybe it is the case but no test reveal it.