This is my barrels.jungle in my DemoDF datafield. DemoDF is to demonstrate the features of the barrel plus this is the way I develop and test the barrel.
Flocsy = [../../barrel/monkey.jungle] base.barrelPath = $(base.barrelPath);$(Flocsy) base.Flocsy.annotations = foo
Every time I change anything in the barrel (let's say an mc file) and then I Run the DemoDF again, it just starts the already compiled version instead of rebuilding it (like when I change some file inside the DemoDF app). Currently my "workaround" is to edit barrels.jungle (add/remove an empty line, then save it) and then Run the DemoDF app. After this it does rebuild it.
I have the feeling that there's a better way to do it, without this workaround. How do you do this?