Keyra
unread,Sep 28, 2018, 10:43:18 AM9/28/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hello,
Iam currently moving an already existing project to django. So far, Gulp
has been used to organize static files and assets there. Although there
seems to exist solutions like django-gulp, I would like to switch to a
more "python/django way" in organizing my static files, but I am still
inexperienced how static files are best handled in Django.
Should I use compressor with precompilers? And which precompilers for
sass for example? Is django-sass-processor for example a precompiler
that can be used together with django compressor?
I'm still a little confused about how I'm going down the right and clean
road. For example, I find it strange that even in django *.scss files
are treated as static files (and stored in the appropriate folder).
Because basically they are not static files if they still need to be
compiled.
Thanks for suggestions,
keyra