Open jdfergusson opened 12 months ago
Had to add this to get it to work:
COMPRESS_PRECOMPILERS = ( ('text/x-scss', 'django_libsass.SassCompiler'), )
Also worth checking how this will work in production
Had to add this to get it to work: