12 Sep
2020
12 Sep
'20
11:15 p.m.
On 9/12/20 3:00 PM, brylon@oit.rutgers.edu wrote:
$ grep -i compress settings_local.py 'compressor', COMPRESS_PRECOMPILERS = ( ('text/x-scss', 'sass -t compressed {infile} {outfile}'), ('text/x-sass', 'sass -t compressed {infile} {outfile}'), COMPRESS_OFFLINE = True COMPRESS_ENABLED = True
For some reason, django_compress is interpreting your 'sass -t compressed {infile} {outfile}' and 'sass -t compressed {infile} {outfile}' strings as filters rather than commands. I don't know why this would be.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan