From the web.config file we generate:
```
<iisnode watchedFiles="web.config;*.js"/>
```
We don't watch .jade files, which are part of the projects we create. We should probably add that, and maybe .html too?
```
<iisnode watchedFiles="web.config;*.js"/>
```
We don't watch .jade files, which are part of the projects we create. We should probably add that, and maybe .html too?