django-sass-processor
django-sass-processor copied to clipboard
SASS processor to compile SCSS files into *.css, while rendering, or offline.
Version 1.3 claims `Remove usage of deprecated get_storage_class for Django >= 4.2.*.` but the fix is only partial. The deprecated function is not used but it is imported on top...
Thanks for looking. Errors may occur when trying to compile using the following commands python nicoyougames/manage.py compilescss --use-storage Error when trying to compile scss that contains non-ascii character codes such...
This branch is based on version 1.2.1 which is able to handle the manifest static files storage properly. * A unit test to check if the former works has been...
Hi there, I had followed the installation guide and its configuration of this your amazing work to be applied to mine in handling my scss project part of my work,...
I am using this package, on Windows. It worked correctly for some time and then I started to receive this error: `"sequence item 1: expected str instance, WindowsPath found"` The...
When I try to run compilescss it just explodes with a bunch of errors, i'm trying to add an ipdb in order to find where it's exploding but i ind...
Starting from the fact that libsass can not use the custom_functions in a list scss natively. An action has been implemented to overcome this and concerns only the source sass_src...
I am trying to use Google Cloud Storage for presenting user specific image and video files in my Django app. Thus, I cannot make the underlying bucket public. When configuring...
Hello, I am in a project that is using this with a custom storage config, and the current code pulls in the custom `BACKEND`, but throws away the `OPTIONS` key...