/webpack-sass-django-example

This is an example of the way I'm trying to use webpack with Django (Using SASS). Ejemplo de uso de Webpack + Django (Usando SASS)

Primary LanguageJavaScript

Webpack + Django + SASS

I've been looking for a way to integrate these technologies, but I wasn't able to do so. This is why I'm uploading the files structure of the approach I have taken to solve this problem.

Of course, I'm not an expert in the field so it may be wrong, and you can (please do it) suggest me any changes.

I'm using node BTW, so you can use any library.

You will need to run the Django server with

python manage.py runserver

and the webpack script to watch files

npm run watch