Hi Can anyone give me an example on how to use Scriptbundle method IncludeDirectory for Javascripts, not able to get how to write the search pattern string , Is it regex?
bundles.Add(new ScriptBundle("~/bundles/customjs").IncludeDirectory(
"~/Scripts/Custom",?);