I understand the scope of the assets directory, but I would like to know if its content is automatically cleaned by the framework itself (when exactly?), because its size is incresing at each click I do in the application. Now its already > 25Mb…
I’m planning to use Yii for all my future applications and websites but I don’t have an huge amount of disk space available. So I need to know exactly how to manage this aspect.
If space is such a problem you could also set up a (cron-)script that cleans assets from time to time, e.g. once a week. Any required content there will get republished on demand. That way you make sure that no files from older versions are hanging around in assets anymore.