I started testing Nancy in my own host mode. So far, all is well, except for one problem that annoys me: how can I prevent my views from caching during development?
I noticed a comment that view caching should be disabled in debug mode, but it doesn't seem to work for me - I need to restart my application whenever I change the HTML.
I am using Nancy 0.10 with a built-in super simple viewer and .html files.
source share