Hi all
i follow what you wrote in this article
https://ajaxcontroltoolkit.codeplex.com/wikipage?title=How%20to%20use%20bundling%20and%20CDN
But both using the CDN is the bundle local file has the size 1,18MB
(cnd link http://ajax.aspnetcdn.com/ajax/act/15_1_4/Scripts/AjaxControlToolkit/Bundle.js)
I think it's a huge dimension for a single js file
is it not possible to riduce the file size?
Like downloading only the controls used in the web application as it was possible with the previous version when you ran all through the AjaxControlToolkit.config file
Comments: I apologize for misleading you. You need to add a script reference "~/Scripts/AjaxControlToolkit/MyAjaxControlToolkitBundleBundle", because the [Ajax Control Toolkit Static Resources](https://www.nuget.org/packages/AjaxControlToolkit.StaticResources/) NuGet package does not emit any references.
i follow what you wrote in this article
https://ajaxcontroltoolkit.codeplex.com/wikipage?title=How%20to%20use%20bundling%20and%20CDN
But both using the CDN is the bundle local file has the size 1,18MB
(cnd link http://ajax.aspnetcdn.com/ajax/act/15_1_4/Scripts/AjaxControlToolkit/Bundle.js)
I think it's a huge dimension for a single js file
is it not possible to riduce the file size?
Like downloading only the controls used in the web application as it was possible with the previous version when you ran all through the AjaxControlToolkit.config file
Comments: I apologize for misleading you. You need to add a script reference "~/Scripts/AjaxControlToolkit/MyAjaxControlToolkitBundleBundle", because the [Ajax Control Toolkit Static Resources](https://www.nuget.org/packages/AjaxControlToolkit.StaticResources/) NuGet package does not emit any references.