ForkAwesome / Fork-Awesome

DEPRECATED. A fork of the iconic font and CSS toolkit
https://forkaweso.me
1.32k stars 144 forks source link

Keep only necessary files in published packages #339

Open shinenelson opened 3 years ago

shinenelson commented 3 years ago

I observed that the fork-awesome package on Packagist has a snapshot of the whole repository in the package. The NPM package, however, has only the necessary files ( it has one unnecessary file - Dockerfile ).

GitHub reports that the size of our repository is 64MB. We definitely do not want users to be downloading the whole code-base in order to use the font. We need to figure out how to ensure that only the necessary files are packaged and published to package registries.