When is it preferable to use external CDN based .js and .css files over the ClientDependency API
Return to previous page
When is it preferable to use external CDN based .js and .css files over the ClientDependency API
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I'm wondering if I should ever consider using CDN-based external .js and .css files over using the ClientDependency API to include local versions that can be combined.