You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
It is checking if mtime of any source file is higher than mtime of target, config is rebuilt. Else rebuild stage is ignored. Would be great to adopt it in the config plugin itself and remove from apps index.php.
We recently did an extra check in Yii demo: https://github.com/yiisoft/yii-demo/blob/master/public/index.php#L33
It is checking if mtime of any source file is higher than mtime of target, config is rebuilt. Else rebuild stage is ignored. Would be great to adopt it in the config plugin itself and remove from apps
index.php.