# HG changeset patch # User Ludovic Chabant # Date 1428375710 25200 # Node ID 0ab712eab0fbacbeb190ee676f17f3ee229677aa # Parent 938be93215cbf2f12b46b5554b25c5d64c0507ec cleancss: Fix stupid bug. diff -r 938be93215cb -r 0ab712eab0fb piecrust/processing/compressors.py --- 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