mgeisler / swift-browser

AngularJS interface for OpenStack Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use a CDN for third-party dependencies

mgeisler opened this issue · comments

Investigate loading JS files fromhttps://developers.google.com/speed/libraries/, http://www.jsdelivr.com/ or https://cdnjs.com/. If necessary, we may upload the missing libraries ourselves.

I think we'll instead just minify the JS and CSS code as needed. This avoids third-party dependencies and should be faster when the application is loaded with an empty cache.