Created
July 20, 2015 20:25
-
-
Save danlamanna/c4b12dcb7a66edf0633b to your computer and use it in GitHub Desktop.
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
(prodigy-define-service | |
:name "Girder Dev" | |
:command "python" | |
:cwd "/home/dan.lamanna/projects/girder" | |
:args '("-m" "girder") | |
:init (lambda () | |
(venv-workon "girder-source")) | |
:tags '(girder)) | |
(prodigy-define-service | |
:name "Girder Dev Grunt" | |
:command "grunt" | |
:cwd "/home/dan.lamanna/projects/girder" | |
:args '("watch" "--debug-js") | |
:init (lambda () | |
(venv-workon "girder-source")) | |
:tags '(girder grunt)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment