asp.net mvc - Bundling and minification is sending old styles -


i followed article setup bundling , minification, http://www.asp.net/mvc/tutorials/mvc-4/bundling-and-minification.

i thought working great, until updated css, kept getting old style. working in firefox, have cleared cache, restarted browser, restarted iis, , restarted computer, , nothing working.

when turn off bundling , minification

bundletable.enableoptimizations = false; 

the new styles show , page looks should. turn bundling , minification on , old styles again. also, whenever rebuild or change 1 of css files, there is new chache busting token. think sending different content, still old stuff. added test class 1 of css files, downloaded minified css file, test class added not there.

has else run problem?

follow instructions under debugging bundled , minified javascript figure out you're doing wrong.

rebuild or change 1 of css files, there is new chache busting token verify using rc , not beta. rebuilding not change cache busting token, change will.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -