Skip to content

Instantly share code, notes, and snippets.

@raddevon
Created June 12, 2013 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raddevon/5765882 to your computer and use it in GitHub Desktop.
Save raddevon/5765882 to your computer and use it in GitHub Desktop.
Google App Engine development server build system for Sublime Text
{
"cmd": ["dev_appserver.py", "$project_path"]
}
@OJFord
Copy link

OJFord commented Jul 31, 2014

Does this actually work for you (ST3)? I'm doing something similar that works fine in Terminal, but Sublime says 'Finished' and it hasn't worked. It surely shouldn't say 'Finished until if/when the server was stopped anyway..?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment