I am using the yii-dashboard module that comes with its own .css etc.
This comes with a AdminBootstrap class to change the assets path for the Admin Module’s Bootstrap component. This is needed because if the front-end uses Bootstrap too, it will override this module’s style. The class forces it to load a separate asset folder, thereby separating the styles between front/backend.
If I change settings in the css, what is the best way of refreshing the published asset files from the yii-dashboard module?