Skip to content

Commit

Permalink
Merge pull request #82 from HubSpot/jmiller/add-file-size-limit
Browse files Browse the repository at this point in the history
Add file size limit to documentation
  • Loading branch information
jontallboy authored Sep 6, 2024
2 parents ee68a6b + d597bde commit e3dae9f
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 e3dae9f

Please sign in to comment.