Gulp is not overwriting the destination file
问题 I've got a problem, regarding gulp. I decided to automate the process of how the source and styles are compiled into a single file, so I decided to use gulp for that purpose. However, it doesn't want to overwrite the application.js file that I'm creating from all .js files in my Project. The strange thing is that it actually overwrites the compiled css files, that is generated from all .less files in the Project. Here is how my Project file structure looks like: . ├── gulpfile.js └── apps ├──