transcode-de / cookiecutter-django-project

:cookie: A Cookiecutter template we use for Django projects at transcode.
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Use webpack to compile static assets #94

Open keimlink opened 8 years ago

keimlink commented 8 years ago

We should use webpack to compile the static assets and do other tasks:

More info on webpack:

django-webpack-loader provides a great integration of webpack with Django.

This requires #93 to be resolved.