google app engine - GAE dev_appserver build system for Sublime Text 3 -
I'm trying to modify the development (local) app server instead, and I instead I am using Sublime Text 3, if there is any difference.
My current is GAE_dev.sublime-build :
{"working_dir": "$ project_path", "CMD": ["sh "," -c "," dev_appserver.py "," -port = 9090 "]," encoding ":" UTF-8 "," shell ": true} The only output is:
[end in 0.1s] Visiting localhost: 9090 No success of yield.
When I run (which I think) the terminal has the same command:
$ cd / project / path $ dev_appserver.py --port = 9090 < / Code> is the load of output, the app is running on : 9090 , and for the reason that dev_appserver.py works, it It keeps going - which makes me doubt the 'finish' of the Sublime highly suspicious.
I tried to resume the Sublime, but it did not make any difference.
Or just to kick me in the right direction - is there no way to see the sublime raw conversation? So I can see what is this command, and what is the reaction?
Comments
Post a Comment