-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assets files are not refreshed after updating #21
Comments
@luke- do you think this is a problem regarding performance since flushing assets takes some time (and will delay the update process even more). Also currently active users will have to reload the page in order for new assets to be updated. Maybe related to humhub/humhub#4514 |
We can put it in the |
Yes, as very last step would be the safest way. |
What steps will reproduce the problem?
If in a new version of humhub, there are some changes in assets files, the assets directory are not re-published and use the old assets files.
like humhub/humhub#4605 issue, that new feature is not working because of assets cache.
Updater should clean the assets directory, to force Yii to re-publish assets files.
The text was updated successfully, but these errors were encountered: