use plain dart-sass
This commit is contained in:
@@ -12,7 +12,6 @@ SECRET_KEY = 'django-insecure-$e2!=equ(efm0e%f9&t+xjtz0)$*$@pw%rnjdqcl8f@5o5hw!l
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
|
||||
#ALLOWED_HOSTS = ["100.89.176.6"]
|
||||
ALLOWED_HOSTS = []
|
||||
|
||||
# Application definition
|
||||
@@ -99,7 +98,9 @@ STATICFILES_FINDERS = [
|
||||
STATIC_ROOT = '/tmp/e11mail-static'
|
||||
|
||||
COMPRESS_PRECOMPILERS = (
|
||||
('text/x-scss', 'django_libsass.SassCompiler'),
|
||||
# TODO: --style=compressed + source maps
|
||||
# https://github.com/django-compressor/django-compressor/issues/438
|
||||
('text/x-scss', 'sass {infile} {outfile}'),
|
||||
)
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
Reference in New Issue
Block a user