Skip to content

Instantly share code, notes, and snippets.

@savelee
Created February 10, 2016 15:41
Show Gist options
  • Save savelee/329c058aa908fbbb0541 to your computer and use it in GitHub Desktop.
Save savelee/329c058aa908fbbb0541 to your computer and use it in GitHub Desktop.
Example: workspace.json - Sencha
{
"build": {
"dir": "${workspace.dir}/build" //your build folder
},
"packages": {
"dir": "${workspace.dir}/packages/local,${workspace.dir}/packages", //all locations in file system that contain packages
"extract": "${workspace.dir}/packages/remote"
},
"apps": [
"myappfolder" //this array should contain all apps
],
"name": "MyWorkSpace" //name of the workspace
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment