Skip to content

Instantly share code, notes, and snippets.

@garrensmith
Created July 2, 2014 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garrensmith/bb17097615fe217e6caf to your computer and use it in GitHub Desktop.
Save garrensmith/bb17097615fe217e6caf to your computer and use it in GitHub Desktop.
{
"deps": [
{ "name": "fauxton" },
{ "name": "databases" },
{ "name": "documents" },
{ "name": "pouchdb" },
{ "name": "activetasks" },
{ "name": "config" },
{ "name": "stats" },
{ "name": "replication" },
{ "name": "plugins" },
{ "name": "contribute" },
{ "name": "permissions" },
{ "name": "compaction" },
{ "name": "auth" },
{ "name": "verifyinstall" }
],
"template": {
"development": {
"src": "assets/index.underscore",
"dest": "dist/debug/index.html",
"variables": {
"requirejs": "/assets/js/libs/require.js",
"css": "./css/index.css",
"base": null,
"cachebuster": ""
},
"app": {
"root": "/",
"host": "../..",
"version": "1.0.dev"
}
},
"release": {
"src": "assets/index.underscore",
"dest": "dist/debug/index.html",
"variables": {
"requirejs": "./js/require.js",
"css": "./css/index.css",
"base": null,
"cachebuster": "?v1.0"
},
"app": {
"root": "/_utils/fauxton/",
"host": "../..",
"version": "1.0"
}
},
"couchapp": {
"src": "assets/index.underscore",
"dest": "dist/debug/index.html",
"variables": {
"requirejs": "./js/require.js",
"css": "./css/index.css",
"base": null,
"cachebuster": "?v1.0"
},
"app": {
"root": "/",
"host": "../../..",
"version": "1.0"
}
}
},
"couch_config": {
"fauxton": {
"db": "http://localhost:5984/fauxton",
"app": "./couchapp.js",
"options": {
"okay_if_missing": true
}
}
},
"couchserver": {
"dist": "./dist/debug/",
"port": 8000,
"proxy": {
"target": {
"host": YOUR_COUCHDB_URL,
"port": COUCHDB_PORT,
"https": true
},
"changeOrigin": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment