pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Cache IUI js files at a reasonable CDN and reference all uses in demo code and online examples with the CDN #348

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. We don't have the JS cached
2. We generally don't want to rely on github for this
3. Users can choose to bake the JS into hybrid apps as well, but for general 
use case and testing, it is nice to have these available in a common location 
that will increase page load times.  And you don't want to host them on your 
own site.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

We can leverage Googles CDN and get faster loads at something like this: 
http://cachedcommons.org/

Original issue reported on code.google.com by dko...@gmail.com on 9 Aug 2012 at 8:38

GoogleCodeExporter commented 8 years ago
I hadn't heard of http://cachedcommons.org/ -- sounds worth checking out.

There already is an issue for this, so I'm going to merge into that one.

Do you wanna take the lead on this after we release 0.4?  (Any day now...)

Original comment by msgilli...@gmail.com on 11 Aug 2012 at 5:51

GoogleCodeExporter commented 8 years ago
Yep, I'll follow up on #328. 

Original comment by dko...@gmail.com on 12 Aug 2012 at 6:36