What's the point of Yii's AssetManager?

后端 未结 3 865
庸人自扰
庸人自扰 2020-12-31 22:56

I can\'t find much information about Yii\'s AssetManager for the management of JS and CSS files. My question here is what is the point of using the AssetManager? I\'m not

3条回答
  •  自闭症患者
    2020-12-31 23:19

    Another perk that I like about the asset manager, is that it allows you to update your asset files without having to tell your users to clear their cache.

    http://www.yiiframework.com/wiki/311/assetmanager-clearing-browser-s-cache-on-site-update/

提交回复
热议问题