Skip to content

Instantly share code, notes, and snippets.

@moduscreate
Created November 25, 2013 22:35
Show Gist options
  • Save moduscreate/7650141 to your computer and use it in GitHub Desktop.
Save moduscreate/7650141 to your computer and use it in GitHub Desktop.
{
"name": "TestApp",
"indexHtmlPath": "index.html",
"url": null,
"js": [
{
"path": "touch/sencha-touch.js",
"x-bootstrap": true
},
{
"path": "bootstrap.js",
"x-bootstrap": true
},
{
"path": "app.js",
"bundle": true,
"update": "delta"
}
],
"css": [
{
"path": "resources/css/app.css",
"update": "delta"
}
],
"appCache": {
"cache": [
"index.html"
],
"network": [
"*"
],
"fallback": []
},
"resources": [
"resources/images",
"resources/icons",
"resources/startup"
],
"ignore": [
"\.svn$"
],
"archivePath": "archive",
"requires": [
],
"id": "fbb1c11f-e451-47cf-aaf6-3a3769ff72f0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment