miensol / grunt-concat-in-order

Gruntjs plugin for concatenating files with dependency tree topological sort preserved.
MIT License
21 stars 9 forks source link

Added option to output concatenation order to file (newline seperated). #11

Open dennisguse opened 6 years ago

dennisguse commented 6 years ago

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