rmrevin/yii2-minify-view

Determining minification

jaiminmoslake7020 opened this issue · 1 comments

@rmrevin I want to know how it determines to re-minify all the files again. As it is re-minifying my asset bundles on random requests. Which has same asset bundles? What will happen when there is no change in assets. Will it going to minify them again? Does it use timestamp with files?

Component compresses only changed files. To do this, it checks either the modification date of the file or the hash of a file (configurable with the setting View->fileCheckAlgorithm)