diff piecrust/processing/less.py @ 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 4850f8c21b6e
children a3dec0fbd9ce
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()