Assets

I do not understand the benefits of the use "assets".

Can you help?

Thanks in advance.

Assets are used mainly by components that need to be reused or re-distributed in other projects. They are private resource files (images, js, css, etc.) that need to be Web accessible. With assets, a component can be used easily without worrying about what files to be copied to public directories and what their URLs are.

Thanks for reply!

Good work!