My site is divided into separate modules. Each module has its own css or js files.
Yii assetManager creates a folder when I first open a page using my assets.
Unfortunately, if I change something in my files, Yii 1.x does not reload the css or js files.
I need to manually delete the web / assets folder. This is very annoying when you are developing an application.
This works when I add a module to the base folder, but not when I create a module in the provider folder with my own namespace.
source
share