jetheredge / SquishIt

Lets you *easily* bundle some css and javascript! Check out the Google group if you have questions!
http://groups.google.com/group/squishit
MIT License
459 stars 119 forks source link

Cache Dependency can cause problems when debugging #262

Closed AlexCuse closed 10 years ago

AlexCuse commented 10 years ago

Assume bundles are created in Application Start (or similar), not in views. Rendering in views is then done via RenderNamed.

When debugging through visual studio, on first load of page see individual tags.

Change an individual file however (invalidating bundle cache entry) and you lose bundle definition - can no longer render using RenderNamed.

I think the best option is to forego cache dependency when debugging.