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.
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.