gulp-community / gulp-concat

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

Added option forceInjection #152

Closed MarcoPNS closed 4 years ago

MarcoPNS commented 4 years ago

The option "forceInjection" skip the check if the current file was modified more recently. This is important in cases where the order of the files matters.

It is currently the case that the output does not change if the order of the files has changed. That's why I added this option.