There are duplicate image files in the source code
-
Hi guys, Could I ask you a question?
I have checked in the source code, there are duplicate files (uppercase and lowercase).
What is the purpose of this?Thanks!
-
@khanhlp
could you mention the file path? -
@Vaishali-Agarwal
this is path:
/packages/Webkul/Ui/src/Resources/assets/sass/icons.scss
/packages/Webkul/Shop/src/Resources/assets/sass/icons.scss -
Hi @khanhlp
We did not find any duplicate images in your mentioned files you can verify this with our github code :
Please correct me if i did not get your point.
Thanks! -
Hi @vishalK
Thanks for the reply.
I mean the two files image Arrow-Down.svg and arrow-down.svg are the same, the only difference in the name is uppercase and lowercase. Why don't we use only a file, arrow-down.svg, instead of using both Arrow-Down.svg and arrow-down.svg files.
so when I pull the code, I will get the warning: -
@khanhlp
both icons are different https://prnt.sc/v81phx , if you look into this icons at location
themes/default/assets/images/Arrow-Down.svg
themes/default/assets/images/arrow-down.svg