gulp-community / gulp-concat

Streaming concat middleware for gulp
MIT License
792 stars 127 forks source link

Filenames in the beginning of result file #122

Open VitaliyAT opened 8 years ago

VitaliyAT commented 8 years ago

Is it possible write list of concatenated files (in the beginning) that successfully included in final variant?

It's always pain in the neck even on development stage when you not understand what was included and why your code not working (when no console message at all. for example libraries loaded, but your own js - no) Quick view of final concatenated file for recognition is not quick at all. You can stay for a lot of time even you have some comments in the beginning of section.

If it's possible: could you say how? Else: could you look at it like on suggestion?

yocontra commented 8 years ago

Have you tried using gulp-debug?