Report recompiled files in directory mode
This commit is contained in:
@@ -50,6 +50,7 @@ def ldirectory(inpath, outpath, args, scope):
|
||||
recompile = True
|
||||
if recompile:
|
||||
if args.verbose: print("%s -> %s" % (lf, outf))
|
||||
else: print('%s', lf)
|
||||
p = parser.LessParser(yacc_debug=(args.debug),
|
||||
lex_optimize=True,
|
||||
yacc_optimize=(not args.debug),
|
||||
|
||||
Reference in New Issue
Block a user