Rely on appcache

This commit is contained in:
Lance Stout 2014-01-06 20:00:16 -08:00
parent 00ee3e5c67
commit cf01bd70a6
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "otalk.im",
"version": "0.0.6",
"version": "0.0.7",
"description": "Otalk: WebRTC Enabled XMPP Client, in the Browser",
"repository": {
"type": "git",

View File

@ -26,6 +26,7 @@ var clientApp = new Moonboots({
main: __dirname + '/clientapp/app.js',
templateFile: __dirname + '/clientapp/templates/main.html',
developmentMode: config.isDev,
cachePeriod: 0,
libraries: [
__dirname + '/clientapp/libraries/jquery.js',
__dirname + '/clientapp/libraries/ui.js',