22 Apr
2020
22 Apr
'20
6:56 p.m.
On 4/22/20 11:38 AM, Ralf Wiegand wrote:
/bin/sh: sassc: command not found - Not sure on what I am missing?
You currently have something like:
COMPRESS_PRECOMPILERS = ( ('text/x-scss', 'sassc -t compressed {infile} {outfile}'), ('text/x-sass', 'sassc -t compressed {infile} {outfile}'), )
in your settings.
Either install sassc or you can install ruby-sass and change the settings to
COMPRESS_PRECOMPILERS = ( ('text/x-scss', 'sass -t compressed {infile} {outfile}'), ('text/x-sass', 'sass -t compressed {infile} {outfile}'), )
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan