-
Notifications
You must be signed in to change notification settings - Fork 895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FilterError at /login/ #31
Comments
@Sidon You need to install sass and less compilers. I will update installation instructions and release by docker to make it much easier. |
@ashwin31 : Can you share installation instructions? |
@khushish22 Check updated installation instructions. |
@Sidon check updated installation instructions. |
Ashwin, |
Hi, I am also having this issue. I have installed sass and less. That above link did not help me at all. update: I stopped using virtualenv and installed the packages and it worked. Not sure what files I was missing on virtualenv to cause this. |
Unable to apply CachedCompilerFilter (sass --scss {infile} {outfile})
Could not find an option named "scss".
Usage: sass [output]
COMPRESS_PRECOMPILERS = (
('text/less', 'lessc {infile} {outfile}'),
('text/x-sass', 'sass {infile} {outfile}'),
('text/x-scss', 'sass --scss {infile} {outfile}'),
)
I removed the -css on settings and work.
What is wrong?
The text was updated successfully, but these errors were encountered: