VeryGoodOpenSource / very_good_docs_site

A Very Good Documentation Site created by the Very Good Ventures Team 🦄
https://brickhub.dev/bricks/very_good_docs_site
MIT License
15 stars 1 forks source link

chore: can't publish due to Mason 2MB limit #164

Closed alestiago closed 9 months ago

alestiago commented 9 months ago

Description

Upon publishing with mason publish the following error is thrown:

Your bundle is 7.630 MB. Hosted bricks must be smaller than 2.0 MB.

Steps To Reproduce

  1. Attempt to publish on BrickHub:

    mason publish --directory brick/
  2. See warning:

    Your bundle is 7.630 MB. Hosted bricks must be smaller than 2.0 MB.

Expected Behavior Publishing should succeed and not throw an error.

alestiago commented 9 months ago

Blocking #156

alestiago commented 9 months ago

This requires to ensure to remove all .gitignore files due to this issue https://github.com/felangel/mason/issues/781