I needed the concatenation order to be exported as a file (newline based).
I use concat-in-order to build a JS-library, but sometimes it is nice to import all scripts manually.
This is often beneficial in the development process.
This patch avoids figuring out the import order manually.
This pull request is similar (but not identical) to:
I needed the concatenation order to be exported as a file (newline based). I use concat-in-order to build a JS-library, but sometimes it is nice to import all scripts manually. This is often beneficial in the development process. This patch avoids figuring out the import order manually.
This pull request is similar (but not identical) to:
https://github.com/miensol/grunt-concat-in-order/pull/6/commits/4f878f2e86714315a218d9c6f153ac17a7140312