- same project
- are all win10 systems
- ide is webStorm on one side and vsCode on the other.
- the package.json,gulpfile.js is the same as in the warehouse. (dependencies are all in the same version)
- gulp versions are all version 3.9.1.
- node is v8.11.3 and npm is 5.6.0.
- gulp does not change the file name after compilation, and the file name is the same before and after compilation.
example:
multiple developers on the same project, such as push after I changed the a.js compression this time.
someone else pull the code and then modifies B. js, but he recompresses all the uncompressed js files, including a.js. (gulp"s command is to compress all the js in the js directory.)
a.js compressed files become deliverable with him.
but the packaged and compiled files are different, what is the reason?
ask for answers.