Skip to content

Feat/package size #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

AhmadHassanButt
Copy link

@AhmadHassanButt AhmadHassanButt commented May 5, 2025

Description of Changes

This PR introduces a mechanism to extract assets from a zip file post-installation. The assets folder has been moved into a zip file to reduce the package size. During installation, the zip file is automatically extracted to the appropriate directory. This change helps optimize the package size and ensures that the necessary assets are available when needed.

This change has been tested by:

  1. Running npm run test to ensure all unit tests pass.
  2. Performing manual testing to verify the behavior.

Pull Request Checklist

  • The code is up-to-date with the main branch
  • I have performed a self-review of my code
  • npm run lint passes with this change
  • npm run test passes with this change
  • Tests have been added/updated for new functionality
  • Documentation has been updated to reflect this change (if applicable)
  • The commits follow the conventional commit spec
  • This pull request links relevant issues as Fixes #0000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant