desandro / masonry

:love_hotel: Cascading grid layout plugin
https://masonry.desandro.com
16.28k stars 2.11k forks source link

Remove comment from the minimized version #1110

Open mainrs opened 4 years ago

mainrs commented 4 years ago

I just noticed that the minimized version still contains five some comment lines at the start before the actual CSS. Would you be OK with removing them?

/*!
 * Masonry PACKAGED v4.2.2
 * Cascading grid layout library
 * https://masonry.desandro.com
 * MIT License
 * by David DeSandro
 */

I don't want to cry out loud for those extra seven lines. I just think that comments have no use in minimized files. I would personally keep them in the normal file under dist but remove them from the minimized file. The idea behind them is to contain as little unnecessary data as possible.

What do you think @desandro? :smile: