Skip to content
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

Add file size limit to documentation #82

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/appendix.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ JS Rendering uses the [Projects](https://developers.hubspot.com/docs/platform/bu

After running `hs project upload` you’ll be able to see its build/deploy status in the [Projects UI](https://app.hubspot.com/l/developer-projects/).

**NOTE:** There is a maximum, uncompressed file size limit of 250mb for a given build. If your project exceeds this limit an error will be thrown at build time alerting you of the issue.

HubL assets, such as HubL templates that reference JS partials or modules, aren’t managed with Projects but you can upload them as a theme with the `hs upload` command, making them available in the Design Manager.

Just like in the [js-rendering-hello-world repo](https://git.hubteam.com/HubSpot/js-rendering-hello-world/tree/master/hello-world-project), we recommend separating your JS rendering components and HubL assets into different directories.
Expand Down
Loading