gulp-community / gulp-concat

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

concat caches the files #125

Closed Oreolek closed 8 years ago

Oreolek commented 8 years ago

Does gulp-concat have a weird cache? It concatenates the same old version of my files, even after I reboot the computer, or switch the git branch, or delete the node_modules subfolder.

Oreolek commented 8 years ago

upd: i tried replacing gulp-concat with a straightforward readFileSync/writeFileSync code and it has the same cache too. So not the gulp problem, then.