In the readme.txt for AjaxControlToolkit.StaticResources package it states the following:
> To enable bundling and minification, set the debug value to "false". You can override the Web.config setting with the EnableOptimizations property on the BundleTable class.
I have found that attempting to turn off B&M using the BundleTable.EnableOptimizations property only works for the css. the scripts still get bundled, whether debug is set or not.
> To enable bundling and minification, set the debug value to "false". You can override the Web.config setting with the EnableOptimizations property on the BundleTable class.
I have found that attempting to turn off B&M using the BundleTable.EnableOptimizations property only works for the css. the scripts still get bundled, whether debug is set or not.