Categories
How to disable the cache in YUPE during development?
How to disable caching of styles and scripts in YUPE during development? You have to reset assets all the time through the admin panel.
Answer the question
In order to leave comments, you need to log in
YUPE version 1.0 Cache can be disabled in protected/config/main-local.php file 'assetManager' => [ 'class' => 'CAssetManager', 'forceCopy' => YII_DEBUG, 'enabled' => true, ],
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question