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.
Source:stackexchange.com
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.