Skip to content

Instantly share code, notes, and snippets.

@garrensmith
Created June 18, 2014 13:09
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/5fa0d44fd19e6ce98901 to your computer and use it in GitHub Desktop.
Save garrensmith/5fa0d44fd19e6ce98901 to your computer and use it in GitHub Desktop.
{
"deps": [
{ "name": "fauxton" },
{ "name": "databases" },
{ "name": "documents" },
{ "name": "auth" }
],
"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
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment