Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huanz/seajs-cache

a seajs plugin to cache js in localstorage
https://github.com/huanz/seajs-cache

cache javascript localstorage seajs

Last synced: about 6 hours ago
JSON representation

a seajs plugin to cache js in localstorage

Awesome Lists containing this project

README

        

# seajs-cache

seajs.config({
base: './js/sea-modules/',
alias : {
"jquery": "jquery/2.1.3/jquery",
'_' : 'underscore/1.6.0/underscore',
'backbone' : 'backbone/1.1.2/backbone'
},
'map' : [ [ /^(.*\.(?:css|js))(.*)$/i, '$1?v=20150417' ] ],
// 调试模式
debug : false
});

debug为`true`不执行`localstorage`缓存,通过修改`v`来更新版本。