I'm using a build process that create hashed js
and css
files. As these files are builded, they aren't versionned, and they aren't included in the VS project.
I'd like them to be published with the application when using the VS publish to web.
How can I tell VS 2012 to include all the content in the public folder (even if not included in the project) on publish?