skeeks-semenov / yii2-assets-auto-compress

Automatic compilation of js + css + html
https://skeeks.com/
BSD 3-Clause "New" or "Revised" License
157 stars 43 forks source link

don't update css file #54

Open EbrahimPYK opened 5 years ago

EbrahimPYK commented 5 years ago

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??

skeeks-semenov commented 5 years ago

Configure the component

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

skeeks-semenov commented 5 years ago

@EbrahimPYK Configure the component assetManager

imdad6053 commented 4 years ago

@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/

nomelodic commented 3 years ago

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