thinker3197 / progressively

A JavaScript library to load images progressively 🌇
https://thinker3197.github.io/progressively
MIT License
698 stars 68 forks source link

Remove demo.gif from master branch #29

Closed CodeBrauer closed 5 years ago

CodeBrauer commented 6 years ago

The gif is 3MB large, and will be loaded anytime the package will be added with yarn/bower etc.

We don't need this gif as users or developers, so this asset could be hosted with github pages or using the Github CDN Issue trick

thiamsantos commented 6 years ago

Well noted @CodeBrauer, but there is no need to remove the gif from the master branch. If you don't want a file to be published on npm just include a files field on package.json or include a npmignore on the project.

CodeBrauer commented 6 years ago

Yeah but still, if I just add this package it will be downloaded. If every project had some gif files, my vendor folders in every project would be tremendous.