bundles.Add(new ScriptBundle("~/bundles/jquery").Include("~/Scripts/jquery-3.3.1.min.js"));
like i have scripts inside scripts folder ,what if i want to add some more js in this bundle ,which are inside js_internal folder.Can i add in same bundle??
like i have some jquery inside script folder and some inside content folder and want to add both in a single bundle,can i do this??