On 5/14/21 2:16 PM, Odhiambo Washington wrote:
root@gw:/usr/home/wash # ls -al /usr/local/include/sass total 104 drwxr-xr-x 2 root wheel 512 Apr 16 16:49 . drwxr-xr-x 176 root wheel 10240 Apr 19 18:05 .. -rw-r--r-- 1 root wheel 2369 Apr 8 11:08 base.h -rw-r--r-- 1 root wheel 10742 Apr 8 11:08 context.h -rw-r--r-- 1 root wheel 6632 Apr 8 11:08 functions.h -rw-r--r-- 1 root wheel 6489 Apr 8 11:08 values.h -rw-r--r-- 1 root wheel 198 Apr 8 11:08 version.h
I imagined I needed an executable.
drwxr-xr-x 2 root wheel 512 Apr 16 16:49 sass
Those are headers for compiling some sass. Possibly you actually have a
sassc
installed in which case you may need
COMPRESS_PRECOMPILERS = ( ('text/x-scss', 'sassc -t compressed {infile} {outfile}'), ('text/x-sass', 'sassc -t compressed {infile} {outfile}'), )
in your settings_local.py. See https://docs.mailman3.org/projects/hyperkitty/en/latest/install.html#install... and the Sass compiler section at https://docs.mailman3.org/en/latest/install/virtualenv.html#dependencies.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan