1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Deniz Turgut 737db1d641 Fix static path watchers
There was an issue with static path watchers, where they were watching wrong paths.
They need to be prefixed with the 'content' path. So, they were not working at all.

It was also possible to overwrite default watchers like 'content', 'settings' and
'theme' by mistake if any of them were present in `STATIC_PATHS`. This is fixed
by adding a prefix to static watchers.

And static watchers were "too static", meaning, they stayed the same even if
`STATIC_PATHS` was changed in the settings during autoreload. Now static watchers
reflect those changes (i.e. new paths are added to watch list, and removed ones
are no longer watched).
2015-01-21 18:20:06 -05:00
..
tests Generate {tag}-style links on pages correctly. Fixes #1513 2015-01-02 01:20:57 -07:00
themes Merge pull request #1457 from svenkreiss/master 2014-11-02 14:55:04 -08:00
tools Adding ability to listen on addresses other than localhost. 2015-01-10 15:40:54 -08:00
__init__.py Fix static path watchers 2015-01-21 18:20:06 -05:00
contents.py Generate {tag}-style links on pages correctly. Fixes #1513 2015-01-02 01:20:57 -07:00
generators.py Make PAGE_EXCLUDES work with subdirs. Fixes #1500. 2014-11-01 17:38:20 -07:00
log.py minor spelling fixes 2014-09-15 20:29:00 -04:00
paginator.py Refactor logging handling 2014-07-22 12:39:39 -04:00
readers.py Fixes #1420: Handle multiple definitions of standard metadata for Markdown 2014-08-22 17:53:36 -04:00
rstdirectives.py Fix bug with custom reST :abbr: role. Fixes #949 2014-10-16 07:09:20 -07:00
server.py Minor changes to server.py 2015-01-14 20:20:36 -08:00
settings.py Make StaticGenerator skip content sources. Refs #1019. 2014-10-31 16:46:01 -07:00
signals.py Add feed_written signal 2014-08-28 20:09:42 +02:00
urlwrappers.py fix the parameters for a logging.warning call 2014-10-12 12:37:04 +01:00
utils.py Merge pull request #1466 from cgar/spelling 2014-11-02 12:20:30 -08:00
writers.py Merge pull request #1399 from Scheirle/fix_feed_localized_url 2014-11-04 07:29:42 -08:00