issues
search
TradeMe
/
bootup.js
Cache and load static files from local storage.
MIT License
820
stars
46
forks
source link
Update bootup.js for CSS injection
#13
Closed
agnel
closed
12 years ago
agnel
commented
12 years ago
CSS Injection with BootUp.js
Currently
BootUp.js
only injects
.js
files, these changes also injects
.css
files as well, it means we can also
cache css
files as well.
So most of the loading reduces only to the
images.
djmc
commented
12 years ago
Closing as agnel has committed the better code in #14.
CSS Injection with BootUp.js