I have a solution running on DW 8.3.0.2.
I have made use of Snippets (created a .cshtml file called Snippets.cshtml), which includes my snippet definitions and is included in the master template using the include tag.
Whenever I make changes in the template/file Snippets.cshtml that is included in the master template, then the file index.parsed.cshtml (which uses my mastertemplate) in the _parsed folder are updated. I then have to delete that file manually to make changes take effect.
Is it or wasn't it support to automaticly update(reparse) the template upon making changes to resources that the template upon? (Bug?)