Hi,
how do you minify js and css files with visual studio? Is the a way to configure it so only the minified files are published? And if so how do VS know to dynamically include either the full file or the minified one depending on if you are developing or not?
Thanks.