yii2-assets-auto-compress icon indicating copy to clipboard operation
yii2-assets-auto-compress copied to clipboard

don't update css file

Open EbrahimPYK opened this issue 6 years ago • 4 comments

i update my css files in current assets , but not updated my css codes in the plugin created css file. how i can update this file and clear the cache??

EbrahimPYK avatar Jul 20 '19 09:07 EbrahimPYK

Configure the component

'assetManager' => [ 'appendTimestamp' => true,

skeeks-semenov avatar Jul 21 '19 19:07 skeeks-semenov

@EbrahimPYK Configure the component assetManager

skeeks-semenov avatar Jul 21 '19 19:07 skeeks-semenov

@skeeks-semenov when I used 'appendTimestamp' => true, then my main css file is not updated and whole code is not compressed to one link. But when I remove 'appendTimestamp' => true, then assests compressed to one link but my design is spoiled due to css updating issue. Here is my site https://www.realproperty.pk/

imdad6053 avatar Mar 09 '20 12:03 imdad6053

There were problems in version 2.0.39, maybe they also migrated here https://github.com/yiisoft/yii2/issues/18414

nomelodic avatar Jan 13 '21 19:01 nomelodic