I have many javascripts files (using requirejs) which I want to combine.
There are many asset manangements apps and it is hard to know which tool is right one for me.
For instance, I'm not sure how I could use django-pipeline to combine javascripts files since
I have require(['some-dependency'], function(dependency) {
instead of <script type="text/javascript" src="somefile.js"></script>
I suspect that django-require is able to optimize requirejs-using javascripts since django-require states that it optimizes using requriejs.
But it's hard to know how to do it from their doc.