Last active
January 2, 2016 15:29
-
-
Save imhoffd/8323526 to your computer and use it in GitHub Desktop.
sublime shoutlet project file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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 ./* [email protected]:~/sandbox/app/; ssh [email protected] '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