amir-s / pressjs

1 stars 1 forks source link

Restoring urls after termination of the test web server #6

Closed cartoonist closed 10 years ago

cartoonist commented 10 years ago

As you said, running local web server changes all urls to "localhost:3000". Why don't you restore urls to the default values after terminating the test web server so that pressjs update would not be required?

amir-s commented 10 years ago

As the local web server process will be terminated by ^C, we have to handle SIGTERM.

It will be available in the next release!