Last active
December 20, 2015 13:59
-
-
Save raix/6142970 to your computer and use it in GitHub Desktop.
Meteor and phonegap thoughts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CACHE MANIFEST | |
# cafd1417c9861bbd29cd844d8f380b340c70d316 | |
CACHE: | |
/ | |
http://grounddb.meteor.com/dbcdebadd4b96a6b5fd50c4cec204ed1f73a3398.js | |
http://grounddb.meteor.com/aa67ef88b25b2dba7b045b5f9307fc2f16573731.css | |
http://grounddb.meteor.com/green.png?cac3cc0143b7e79be4ce2682288ad2ec69882407 | |
http://grounddb.meteor.com/red.png?d9d4f943b535801166a198aec7e28799475dc1e6 | |
http://grounddb.meteor.com/sitblack.png?478606896a48e64cc299fa32fccc5759460f8dd3 | |
http://grounddb.meteor.com/statit_background.png?6ffbd2f0ca5e5e5f88ba8d15deecb42e5db1c1a0 | |
http://grounddb.meteor.com/yellow.png?7a5e896c71496a0421b1b00899b72c996d9c3da0 | |
FALLBACK: | |
/ / | |
/green.png /green.png?cac3cc0143b7e79be4ce2682288ad2ec69882407 | |
/red.png /red.png?d9d4f943b535801166a198aec7e28799475dc1e6 | |
/sitblack.png /sitblack.png?478606896a48e64cc299fa32fccc5759460f8dd3 | |
/statit_background.png /statit_background.png?6ffbd2f0ca5e5e5f88ba8d15deecb42e5db1c1a0 | |
/yellow.png /yellow.png?7a5e896c71496a0421b1b00899b72c996d9c3da0 | |
NETWORK: | |
http://grounddb.meteor.com/app.manifest | |
http://grounddb.meteor.com/sockjs/ | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html manifest="http://grounddb.meteor.com/app.manifest"> | |
<head> | |
<link rel="stylesheet" href="http://grounddb.meteor.com/bundle.css"> | |
<script type="text/javascript" src="/js/cordova.js"></script> | |
<script type="text/javascript" src="/js/stuff.js"></script> | |
<!-- This code could be served too and added appcache? --> | |
<script type="text/javascript"> | |
__meteor_runtime_config__ = {"ROOT_URL":"http://grounddb.meteor.com","ROOT_URL_PATH_PREFIX":"","serverId":"975ef40b-a7ff-b999-3b49-48d19a6d6472","DDP_DEFAULT_CONNECTION_URL":"ddp+sockjs://ddp--****-grounddb.meteor.com/sockjs"}; | |
</script> | |
<script type="text/javascript" src="http://grounddb.meteor.com/bundle.js"></script> | |
<title>GroundDB Test</title> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment