Mercurial > piecrust2
log piecrust/serving.py @ 231:137bcd498ef9
age | author | description |
---|---|---|
Wed, 11 Feb 2015 08:31:13 -0800 | Ludovic Chabant | serve: Fix a bug where empty route metadata is not the same as invalid route. |
Wed, 11 Feb 2015 08:27:52 -0800 | Ludovic Chabant | serve: Print nested exception messages in the dev server. |
Tue, 03 Feb 2015 18:51:30 -0800 | Ludovic Chabant | serve: Fix exiting the server with `CTRL+C` when the SSE response is running. |
Tue, 03 Feb 2015 18:50:58 -0800 | Ludovic Chabant | serve: Don't expose the debug info right away when running with `--debug`. |
Mon, 02 Feb 2015 08:34:44 -0800 | Ludovic Chabant | serve: Add server sent events for showing pipeline errors in the debug window. |
Sat, 31 Jan 2015 16:28:16 -0800 | Ludovic Chabant | serve: Don't have 2 processing loops running when using `--use-reloader`. |
Thu, 22 Jan 2015 22:26:26 -0800 | Ludovic Chabant | serve: Run the asset pipeline asynchronously. |