Mercurial > piecrust2
changeset 1048:63be34ce6e65
bake: Don't add outputs as dependencies, duh.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 26 Jan 2018 18:00:43 -0800 |
parents | ba809c221a27 |
children | c2bfa1869f0d |
files | piecrust/processing/less.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/piecrust/processing/less.py Fri Jan 26 18:00:04 2018 -0800 +++ b/piecrust/processing/less.py Fri Jan 26 18:00:43 2018 -0800 @@ -51,7 +51,7 @@ def _makeAbs(p): return os.path.join(path_dir, p) deps = list(map(_makeAbs, sources)) - return [map_path] + deps + return deps def _doProcess(self, in_path, out_path): self._ensureInitialized()