diff --git a/GMW-RT/App_Start/BundleConfig.cs b/GMW-RT/App_Start/BundleConfig.cs index 084c6496..9adada76 100644 --- a/GMW-RT/App_Start/BundleConfig.cs +++ b/GMW-RT/App_Start/BundleConfig.cs @@ -38,6 +38,9 @@ namespace GMW_RT bundles.Add(new ScriptBundle("~/bundles/jqueryui").Include( "~/Scripts/jquery-ui-{version}.js")); + bundles.Add(new ScriptBundle("~/bundles/signalR").Include( + "~/Scripts/jquery.signalR-{version}.js")); + //bundles.Add(new ScriptBundle("~/bundles/jqueryval").Include( // "~/Scripts/jquery.unobtrusive*", // "~/Scripts/jquery.validate*")); diff --git a/GMW-RT/Bootstrap.Master b/GMW-RT/Bootstrap.Master index 23caf05d..0f1ad0ba 100644 --- a/GMW-RT/Bootstrap.Master +++ b/GMW-RT/Bootstrap.Master @@ -18,6 +18,7 @@ <%: System.Web.Optimization.Scripts.Render("~/bundles/modernizr") %> <%: System.Web.Optimization.Scripts.Render("~/bundles/jquery") %> <%: System.Web.Optimization.Scripts.Render("~/bundles/jqueryui") %> + <%: System.Web.Optimization.Scripts.Render("~/bundles/signalR") %> @@ -54,7 +55,9 @@ GMW RealTime panel - +