buunguyen / combres

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

Enhancement: Ability to spit out separate file includes.. #13

Closed nicholashead closed 11 years ago

nicholashead commented 11 years ago

It would be nice if there was an optional parameter to the CombresLink method-- or a configuration file option-- so that when it spits out the SCRIPT tag (or LINK tag) it would actually spit out each file in the set. This will allow for easier debugging when working local-- basically not having Combres do any processing on the files, just spit out the individual tags.

buunguyen commented 11 years ago

This feature already exists. Refer to the section "Debugging Support" in this article.