I am using sbt-concat to create bundles for JS in my application. However, it does not seem to support creating multiple bundles.
In my application, I would like to create a base level js for global use. Then I also want to create a components bundle which will be used on certain pages.
Is this something sbt-concat can do?