Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 872
nicodenzl Avatar asked May 16 '12 12:05

nicodenzl


1 Answers

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

like image 142
Gaurav Avatar answered Nov 06 '22 04:11

Gaurav