Last active
August 29, 2015 14:22
-
-
Save shrugs/41dd61b577d11a45611b to your computer and use it in GitHub Desktop.
Sublime Text 3 Build System for https://github.com/danthareja/node-google-apps-script
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
{ | |
"shell_cmd": "gaps upload", | |
"working_dir": "${project_path:${folder}}" | |
} | |
// optional | |
// if you're using i3, focus chrome with | |
{ | |
"shell_cmd": "gaps upload; i3-msg '[title=\"Google Chrome\"] focus'", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment