view .hgignore @ 472:dc78ade3f320

bug: Fix copying of page assets during the bake. * The `Assetor` wasn't setting the "used assets" flag on the correct object. (I wonder why Python didn't complain about that) * The baker wasn't looking at the right input filename.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 14 Jul 2015 23:41:25 -0700
parents 6b9f59b19db7
children 01f514e9e47a
line wrap: on
line source

syntax: glob
*.pyc
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

docs