view .hgignore @ 570:7dabfdd056a1

serve: Fix corner cases where the pipeline doesn't run correctly. * When `chef serve` is run before the `assets` folder is created, monitor that folder suddenly appearing and rebuild the pipeline. * Do the same when the `config.yml` file has changed.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 31 Oct 2015 00:03:32 -0700
parents 423f06934358
children d4a01a023998
line wrap: on
line source

syntax: glob
*.pyc
*.egg-info
venv
tags
build/lib
util/messages/_cache
util/messages/_counter
dist
docs/_cache
docs/_counter
docs/bower_components
docs/node_modules
piecrust.egg-info
piecrust/__version__.py
.ropeproject