changeset 339:0ab712eab0fb

cleancss: Fix stupid bug.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 06 Apr 2015 20:01:50 -0700
parents 938be93215cb
children 794b047c9726
files piecrust/processing/compressors.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/piecrust/processing/compressors.py	Mon Apr 06 19:59:54 2015 -0700
+++ b/piecrust/processing/compressors.py	Mon Apr 06 20:01:50 2015 -0700
@@ -33,7 +33,7 @@
 
         args = [self._conf['bin'], '-o', out_path]
         args += self._conf['options']
-        args.append(in_path)
+        args.append(path)
         logger.debug("Cleaning CSS file: %s" % args)
 
         # On Windows, we need to run the process in a shell environment