Answer the question
In order to leave comments, you need to log in
How to compress activeForm.js and yii.validation.js?
Compressed as indicated here but after connecting
'assetManager' => [
'bundles' => require(__DIR__ . '/assets-prod.php')
]
Answer the question
In order to leave comments, you need to log in
Shouldn't? The fact that you have connected some bundle does not mean that the rest has stopped working.
For example, if you wanted to disable jquery:
'assetManager' => [
'yii\web\JqueryAsset' => false
]
assets-prod.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question