ModuleNotFoundError: No module named '/usr/local/bin/lessc {infile} {outfile}'
settings.py
COMPRESS_PRECOMPILERS = (
("text/less", "/usr/local/bin/lessc {infile} {outfile}"),
How come this error?
During handling of the above exception, another exception occurred:
Compressor.exceptions.FilterError: SyntaxError: media definitions require block statements after any features in /Users/incognito/inc
ogpay/peeljobs/static/r1/css/login.less on line 373, column 1:
372
373 .login_wrap{
374 .three_column_wrap{