madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
300 stars 92 forks source link

Saving markdown file adds the existing .html file to the project #108

Open Knagis opened 9 years ago

Knagis commented 9 years ago

I have .markdown files added to my project but .html files that are compiled in the same directory are treated as build output and not added to the project.

The issue is that while "compile on save" does what is expected - updates the existing .html file, it also adds it to the project, nested under the original .markdown file.

capture

In my opinion it should not do this.