Skip to content

Instantly share code, notes, and snippets.

@savelee
Created February 8, 2016 15:25
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 savelee/f6a5e35e5a6cfb169315 to your computer and use it in GitHub Desktop.
Save savelee/f6a5e35e5a6cfb169315 to your computer and use it in GitHub Desktop.
app.json different build destination
"output": {
"base": "${workspace.build.dir}/${build.environment}/${app.name}",
"page": "index.html",
"manifest": "${build.id}.json",
"js": "${build.id}/app.js",
"appCache": {
"enable": false
},
"resources": {
"path": "${build.id}/resources",
"shared": "resources"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment