Skip to content

Instantly share code, notes, and snippets.

@imhoffd
Last active January 2, 2016 15:29
Show Gist options
  • Save imhoffd/8323526 to your computer and use it in GitHub Desktop.
Save imhoffd/8323526 to your computer and use it in GitHub Desktop.
sublime shoutlet project file
{
"build_systems":
[
{
"name": "Shoutlet App Devbox Build",
"shell_cmd": "shovel shoutlet.config daniel && rsync -avzH --exclude '.git' --exclude 'cache' --exclude 'log' --exclude '*.pyc' --exclude '__pycache__' -e ssh --progress --delete ./* daniel@dev2.shoutlet.com:~/sandbox/app/; ssh daniel@dev2.shoutlet.com 'chmod -R 777 ~/sandbox/app/smarty/compile'",
"working_dir": "${project_path}/shoutlet/app"
}
],
"folders":
[
{
"follow_symlinks": true,
"path": "/Users/daniel.imhoff/shoutlet/app"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment