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
In the class the assets folder is defined as this. $publicUrl = \Yii::getAlias('@web/assets/js-compress/' . $fileName);
But in main yii app configuration you can change assets path by adding this 'assetManager' => [ 'basePath' => '@webroot/public_assets', 'baseUrl' => '@web/public_assets' ],
Then the first route provided @web/assets will not exist, and the component will not work.
Sometimes asset manager paths are customized in main configuration. Due this extension have fixed routes it will not match the real assets folder.
The text was updated successfully, but these errors were encountered: