Completed
Last Updated: 15 Aug 2014 07:53 by matt
matt
Created on: 08 Aug 2014 15:57
Category: UI for ASP.NET AJAX
Type: Feature Request
0
embedded jquery - setting for "production" mode
Hello,

jquery has two deployment versions -- development, which is ~280k, and production, which is minified down to ~90k. Deploying the non-minified version to production is a waste of almost 200k of unnecessary data. There should be a configuration setting (either in RadScriptManager or in web.config; web.config preferred) for specifying that the production (minified) version is desired. 

thanks,
matt
Attached Files:
2 comments
matt
Posted on: 14 Aug 2014 21:16
hi rumen. ah, thanks. that wasnt clear while discussing this in the ticket system. perfect.
ADMIN
Rumen
Posted on: 11 Aug 2014 11:52
Hi Matt,

The Telerik UI for ASP.NET AJAX controls are distributed with the production (minified) version of jQuery as you can see in this screenshot http://screencast.com/t/H89M3bnU.  If the developer would like to work with the development one, he/she could register the non minified version as shown in this article: http://www.telerik.com/help/aspnet-ajax/introduction-using-jquery.html -> check out the Including external jQuery section.