[Answer]-How to minify JS with Django templates, and RequireJS

1👍

Have you considered using django-pipeline?

https://django-pipeline.readthedocs.org/en/latest/usage.html

With it’s template tag to pull in JS files, you may be able to replace both RequireJS and Django-Compressor.

👤joeB1

Leave a comment