GitRoot

craft your forge, build your project, grow your community freely
 1---
 2id: "95b0"
 3priority: 100
 4sprint: ""
 5assignee: null
 6status: triage
 7kind: issue
 8---
 9
10# Plugins bug with empty fs
11
12If you look at [proxy-root](../app/testsuite/proxy-root.sh) I need to kill and relaunch GitRoot after the initiale run of plugins.
13
14Without this restart plugins have empty cache and empty web:
15
16- apex generate the last commit working directory (so no cache)
17- apex try to write css in web (so empty web)
18
19I suspect a cache somewhere which know that the directory is empty, and like we write with host fonction don't refresh the directory.
20
21The 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.