Commit c2f74d27 by Timothée Peignier

change arguments order for less compiler

parent 44251bc5
......@@ -19,8 +19,8 @@ class LessCompiler(SubProcessCompiler):
command = '%s %s %s' % (
settings.PIPELINE_LESS_BINARY,
in_filename,
settings.PIPELINE_LESS_ARGUMENTS
settings.PIPELINE_LESS_ARGUMENTS,
in_filename
)
content = self.execute_command(command, content)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment