1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tools
Mirek Długosz f846191edd livereload task improvements
- use custom build command, with caching turned on - this reduces site
  build time by around 40% on my testing machines
- collect all glob patterns in a list and then call `server.watch`
  on each item - this allows to have single place where callback
  function must be specified
- use '**/*.html' as glob in template, to track changes in
  subdirectories
2021-02-09 20:49:48 +01:00
..
templates livereload task improvements 2021-02-09 20:49:48 +01:00
__init__.py move tools in pelican.tools and add the pelican.tools package to setup.py 2012-03-16 18:53:08 +00:00
pelican_import.py Fix Windows tests 2020-05-09 16:17:14 +03:00
pelican_quickstart.py Rename branch for GitHub Pages repo quickstart 2020-08-17 09:47:57 +02:00
pelican_themes.py Modernize code base to Python 3+ syntax 2020-04-27 09:45:31 +02:00