From: Jens Ø. P. <oe...@gm...> - 2012-03-21 11:15:12
|
Hi, Is there a policy about how we link to js libraries (jQuery libraries)? Should they be stored locally or downloaded from a CDN (making off-line development impossible)? If a CDN is to be used, is there a preference, say, for ajax.googleapis.com? Should one link to "1.7" in order to get 1.7.2 when it comes out - or is that risky? If they are stored locally, is the preference to store them in the app using it or in webapp? Is there a policy that only minified libraries should be stored locally? jquery-utils.js in webapp is small and it would make little difference, but should the minified version be used? The libraries I wish to use are jquery-1.7.1.min.js and jquery-ui.min.js. Best, Jens |