yii2 icon indicating copy to clipboard operation
yii2 copied to clipboard

`AssetController::$cssCompressor` and `AssetController::$jsCompressor` does not support aliases

Open mikk150 opened this issue 2 years ago • 0 comments

What steps will reproduce the problem?

  1. Try to use scss compiler and minifier written in PHP
  2. Figure out, that you cannot use aliases in AssetController::$cssCompressor or AssetController::$jsCompressor

What is the expected result?

should be able to use aliases there

What do you get instead?

it will say that it does not found stuff in @vendor folder

Additional info

Q A
Yii version 2.0.45
PHP version PHP 7.4
Operating system Manjaro

mikk150 avatar Feb 15 '22 14:02 mikk150