I have the following doubt: I have a project in Vb.net and I would like the compilation of the project to be minified and unified css files (App_Themes) on one side and js linked (in a common folder).
App_Themes/FrontEnd/general.css
App_Themes/FrontEnd/main.css
App_Themes/FrontEnd/css.css
Js/jquery.js
Js/main.js
Would this be possible in any way? Thank you :)