hivewallet / hive-js

Hive digital currency wallet
http://www.hivewallet.com
GNU General Public License v2.0
81 stars 57 forks source link

Loading application js twice? #141

Closed haustraliaer closed 10 years ago

haustraliaer commented 10 years ago

Seems like it's interpreting the response as an image and therefore downloading it twice.. in some browsers this appears to cause a delay in the app loading.

mime-type

weilu commented 10 years ago

This is intended because we use images to preload resources certain versions of webkit in yepnope. There's nothing we can do about the warnings.

https://github.com/SlexAxton/yepnope.js/issues/32

If modenizr does preload as they said, it shouldn't affect our loading speed.