I am working on an ASP.NET MVC web application and working on a part of the web setup. We use SVN for version control. One of the problems is that we currently have web designers who modify and add a lot of html, css and js files that fall into the content folders, but they do not add them to the VS project, so new files are not included into the installer.
One option is that we should try to teach them to always enter VS and manually add files, but we are in a big project and it starts to shrink, so I try to let people learn something new in technology that they donβt know will lead to too many errors, so I would like to get around this if possible.
Is there a way to get the installation project just to include files from a folder in the file system, and not in the files designated by the project?
Thanks!
source share