Updates and LeafInput
This commit is contained in:
@@ -10,6 +10,12 @@ namespace LeafWeb.Web.App_Start
|
||||
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
|
||||
"~/scripts/jquery-{version}.js"));
|
||||
|
||||
bundles.Add(new ScriptBundle("~/bundles/forms").Include(
|
||||
"~/scripts/jquery.validate.js",
|
||||
"~/scripts/jquery.validate.unobtrusive.js",
|
||||
"~/scripts/jquery.validate.unobtrusive.bootstrap.js",
|
||||
"~/scripts/filebutton.js"));
|
||||
|
||||
//// Use the development version of Modernizr to develop with and learn from. Then, when you're
|
||||
//// ready for production, use the build tool at http://modernizr.com to pick only the tests you need.
|
||||
//bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
|
||||
|
||||
Reference in New Issue
Block a user