I can’t understand how asset publishing and reusing already published ones work somehow. I have 487 folder in my assets folder and these were generated in two days, I cannot imagine what will happen if my project runs more than two days. I have just four bundles that contain one or two js/css files. One of its defines “$this->sourcePath” and my assetManager’ $linkAssets is true. Now, why these folders count are high? Will Yii delete older ones after x days? Why doesn’t Yii reuse already publisheds? Could I write a deletion script?