Which VS 2010 project template would you use for a simple HTML and JS project, without ASP or other code. Just vanilla HTML / JS. I am using an empty web project ("ASP.net blank web application"), still providing me with unnecessary files and directories. Anything better?
This question is not about JS extensions, such as comparing the capabilities of JavaScript Javascript extensions .
- Update as of August 15. -
I removed the additional directories and extension links. The bin folder is recreated whenever the application is created, but I can solve this problem at the Solution level by switching the assembly (configuration properties). webconfig is required for debugging - I can't get rid of this - so this is the best I get so far.
Damned - obj and bin directories are recreated when VS2010 is closed and reopened (preparation of the solution stage). So I have to live with some overhead of files / directories.
- Starting on August 18. - Guess that there is no better way to remove as much as possible and live with the remaining "garbage".
Horst walter
source share