Skip to content

Commit

Permalink
add render function limit to deployment section of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jontallboy committed Aug 27, 2024
1 parent ee68a6b commit d597bde
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit d597bde

Please sign in to comment.