I am generating an CMS by using T4Scaffolder and all the CS files are being generated successfully. But also I want to add some css and png files to the project.
What is the best way to add static files to MVC Web Application with a powershell comment ?
I can even add css files to project by adding t4 templates for each one but I cannot do same thing for image files. I need something to copy a existing folder to the MVC Web Application project.