Can I bundle App_Themes css files with Microsoft.Web.Optimization?

1.4k views Asked by At

Does anyone know if it is possible to bundle and minify WebForms App_Themes using Microsoft.Web.Optimization?

1

There are 1 answers

1
Gaurav On

This could be a possible solution, I did it this way :

So how do we dynamically register some CSS files in an App_Theme folder without the default files being rendered down to the client? The short answer is, you can't. The long answer is, we can with a bit of a work around.

Using the Bundling and Minification Web Optimisations with Asp.Net WebForms App_Themes