combres

Combres and DotLessCssFilter

房东的猫 提交于 2019-12-12 13:34:31
问题 Well in short term I can't get it to work. The filter doesn't seem to apply it self. I'm trying to get combres to work with my MVC 3 razor application. And I've got everything to work except the DotLessCssFilter. In the documentation it says In order to apply a filter to your resource sets, you need to modify your Combres config file I've modified the combres.config like this: <combres xmlns='urn:combres'> <filters> <filter type="Combres.Filters.DotLessCssFilter, Combres" acceptedResourceSets

Log4Net : 2 libraries need 2 different version of it

你说的曾经没有我的故事 提交于 2019-12-11 04:28:08
问题 For my ASP MVC website I need to use 2 libraries which both need a different version of Log4Net. The first one which is a simple DLL, depends on version 1.2.10.0 and the other one installed using nuget package depends on 1.2.11.0. There is no compatible version I could use and I need both of them, well speciable the dll the other one is combres (I use to help compress and cache css and javascript). I couldn't find another libray to do same as combres but if you got one it could also be

Can't minify with Combres and yui

怎甘沉沦 提交于 2019-12-11 00:44:00
问题 I am not sure how to find out more about whats wrong with my .js file, but if I turn "defaultDebugEnaled = true" then it works fine, but putting it to false makes me get this error And I can't seem to toggle anything to make it give me a more specific error, I only know that it fails when trying to minify it. Also this only happens when I include one certain file, but this is work so can't just post that file. Server Error in '/' Application. [ERROR] missing formal parameter Description: An

Combres.axd returns 404 in WebForms app

不打扰是莪最后的温柔 提交于 2019-12-06 03:29:13
问题 I have 2 ASP.NET apps, 1 WebForms and 1 MVC. Combres worked beautifully for both while working locally on IIS Express. After deploying both apps to the test server (IIS 7, both apps are in the same web site in IIS) the combres.axd link referenced in the pages of the WebForms app is returning a 404, while the MVC app works fine. I hooked up the the WebForms app to my local IIS as well and it again worked fine. I looked at the modules and handlers between my local IIS, the MVC app and the