buunguyen / combres

ASP.NET and MVC performance optimization library ⛺
Other
123 stars 37 forks source link

Using .less and .css resources in the same resource set produces an error. #5

Closed nato24 closed 11 years ago

nato24 commented 11 years ago

It seems that if you add a .less file with .css files in the same resource set, you get the following error:

Value cannot be null. Parameter name: css

It works fine if I add a separate resource set for my .less file, so maybe this is by design. If so, you may want to call that out in the docs.

Great work on this project!