We are using bundling and minification with asp.net MVC with web optimization 1.1.0.0. Previously it was working fine however we are facing issue now.
We have changed one of the js file and it is not reflecting in the minification, it taking older js file for minification. It also update the has once file get changed.
Whenever we add "BundleTable.EnableOptimizations = true" it minification done with older js file and render it on UI. and when we "BundleTable.EnableOptimizations = false" it render updated JS file on UI.
Anyone has suggestion ?