Commit 102fdaf2 by Timothée Peignier

let stylus decide what is outdated or not

parent 0922436a
......@@ -11,8 +11,6 @@ class StylusCompiler(SubProcessCompiler):
return filename.endswith('.styl')
def compile_file(self, infile, outfile, outdated=False, force=False):
if not outdated and not force:
return # File doesn't need to be recompiled
command = "%s %s < %s > %s" % (
settings.PIPELINE_STYLUS_BINARY,
settings.PIPELINE_STYLUS_ARGUMENTS,
......
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