So I have a view the inherits from a layout.
I realized that whenever I change the parent, volt won't recompile the templates so refreshing the browser has no effect.
But as soon as I change the child view, everything works ok (it recompiles)
So it looks like volt is not checking the parent of the view to decide wether he needs to recompile the views.
Am I doing something wrong? Is it an expected behaviour? Maybe a bug?
Thanks for your help!