rmrevin / yii2-minify-view

Yii2 View component with minification css & js
MIT License
191 stars 67 forks source link

CSS hashing problem #12

Closed albertborsos closed 9 years ago

albertborsos commented 9 years ago

I have some issue with the latest version (1.7.6)

When I modify a css file and then I reload the page, I got the same hash for the css files, like before the modification. Thats why the minified css will not overwritten, and the style is not refresh. And only 1 minified .css and .js files exist in the minified folder.

When I checkout to 1.7.3 it works. And on 1.7.4 if i modify the

public $schemas = ['//', 'http://', 'https://', 'ftp://'];

line to

public $schemas = ['/', 'http://', 'https://', 'ftp://'];

it works too.

The further changes was too complex, but something went wrong. Don't you realized this issue yet? Can you look after it? Thanks!

rmrevin commented 9 years ago

This bug has been fixed in version 1.7.8. Thanks.

albertborsos commented 9 years ago

Uhhh sorry, I missed that release :D thanks :)

Az iPhone-omról küldve

  1. ápr. 17. dátummal, 17:33 időpontban Revin Roman notifications@github.com írta:

This bug has been fixed in version 1.7.8. Thanks.

— Reply to this email directly or view it on GitHub.