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

Should throw an error if django-compressor version is < 1.3 #6

Open
rockymeza opened this issue Mar 24, 2014 · 1 comment
Open

Should throw an error if django-compressor version is < 1.3 #6

rockymeza opened this issue Mar 24, 2014 · 1 comment

Comments

@rockymeza
Copy link

django-compressor==1.3 introduced the filter feature that django_pyscss.compressor.DjangoScssFilter relies on. We can't just put it in install_requires in the setup.py because some people might want to use django-pyscss without compressor.

@rockymeza
Copy link
Author

We should also throw an error if pyscss is too old.

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

1 participant