Skip to content
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

Closed
Sidon opened this issue Apr 6, 2018 · 7 comments
Closed

FilterError at /login/ #31

Sidon opened this issue Apr 6, 2018 · 7 comments
Assignees

Comments

@Sidon
Copy link

Sidon commented Apr 6, 2018

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?

@ravigadila ravigadila self-assigned this Apr 7, 2018
@ashwin31
Copy link
Member

ashwin31 commented Apr 8, 2018

@Sidon You need to install sass and less compilers. I will update installation instructions and release by docker to make it much easier.

@khushish22
Copy link

@ashwin31 : Can you share installation instructions?
How to install sass and Less as I am not using Docker.

@ashwin31
Copy link
Member

ashwin31 commented Apr 9, 2018

@khushish22 Check updated installation instructions.

@ashwin31
Copy link
Member

ashwin31 commented Apr 9, 2018

@Sidon check updated installation instructions.

@ashwin31 ashwin31 closed this as completed Apr 9, 2018
@vermaakarsh
Copy link

Ashwin,
The most latest merge request shows changes to the files structure. Can you please point me out to the updated installation instructions (Can't locate them)

@ashwin31
Copy link
Member

ashwin31 commented Apr 9, 2018

@phemaa
Copy link

phemaa commented Jul 30, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants