N
N
Nik17122017-02-16 12:28:18
Yii
Nik1712, 2017-02-16 12:28:18

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

1 answer(s)
A
AkaLamer, 2017-09-27
@AkaLamer

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 your question

Ask a Question

731 491 924 answers to any question