gulp-community / gulp-concat

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

Concatenation seems to be using a cache #109

Closed stones closed 8 years ago

stones commented 8 years ago

When I pipe my filtered javascript files into concat, it seems to use a cached version because none of my changes are there.

If I don't concatenate them, the individual files are correct.

Any ideas?

edit: Sorry, that wasn't very instructive. I forgot to mention I have:

stones commented 8 years ago

SORRY!

It was working as expect. I had 2 data sets that are very similar being concatenated and I was checking the wrong one.