rmrevin / yii2-minify-view

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

Update View.php #25

Closed priteshkhetani closed 8 years ago

priteshkhetani commented 8 years ago

In _getSummaryFilesHash() function $file should be processed to remove web path.

rmrevin commented 8 years ago

Please add the unit test for this case

priteshkhetani commented 8 years ago

@rmrevin I don't have much knowledge about unit testing.

rmrevin commented 8 years ago

@priteshkhetani This is an excellent opportunity to learn. I can not test your request without unit tests.

rmrevin commented 8 years ago

Already implemented. Thanks.