the current problem is that the html file does not have a version number, and you can see in rev json . rev-manifest.json { "cas.css": "cas.css?v=2ddef3cfbd" } rev-manifest.json { "cas.js": "cas.js?v=a5...
how can gulp tell that a folder in dist is empty when it is compiled and packaged with watch, which means that all the files in this folder have been deleted, but I can t tell that the folder in dist is empty, so I can t delete the empty folder ...