mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
The Makefile starts pelican to continuously generate the website and a development web server both in the background, but the commands do still output text to the shell. This behaviour is annoying when the same shell is used further, therefore the output of both commands get redirected to /dev/null. Note: Even the -q, --quiet flag of pelican does not suppress all output. This fixes #1888 |
||
|---|---|---|
| .. | ||
| tests | ||
| themes | ||
| tools | ||
| __init__.py | ||
| cache.py | ||
| contents.py | ||
| generators.py | ||
| log.py | ||
| paginator.py | ||
| readers.py | ||
| rstdirectives.py | ||
| server.py | ||
| settings.py | ||
| signals.py | ||
| urlwrappers.py | ||
| utils.py | ||
| writers.py | ||