A
A
Alexander Ivanov2015-04-27 13:40:34
Yii
Alexander Ivanov, 2015-04-27 13:40:34

How to customize your styles in YUPE?

YUPE uses the bootstrap framework.
Where are the style files themselves to change them.
I googled but couldn't find a definitive answer.
Or how to disable the style cache?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ivanov, 2015-04-27
@cimonlebedev

figured it out myself (clear assets cache and resources)

K
Kirill Kazakov, 2015-05-24
@mausspb

And also, so that the cache does not interfere, you can write in the config like this

'assetManager' => array(
      'class' => 'CAssetManager',
      'forceCopy' => YII_DEBUG,
      'enabled' => true,
    ),

In this case cache will not be used if debug mode is enabled

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question