Skip to content

Commit

Permalink
mention other branch in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchudy committed Oct 8, 2024
1 parent 3d818f7 commit b9d0591
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/SSR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ When this was done before for `AngularJS` with `puppeteer`, the pages were hoste

Some direct javascript changes were made to the AngularJS application so that certain functionality wouldn't trigger when the page loaded. Since the standalone page was hosted alongside the working version of chaise so the assets could be reused, the `AngularJS` javascript was running again to "set up the page", but the page was already set up when then html content was downloaded. For instance, the `reference.read` request was bipassed to ignore fetching the data again since it was already present.

The version from angularJS (with javascript changes) can be found in the branch named `angularjs-ssr` in this repo in github.

## Files and Data
### Scripts
There are a few scripts included in this folder. The `*-SSR-test.js` scripts are the entry points for generating each different page with the first part of the filename being the table name we are downloading HTML content for.
Expand Down

0 comments on commit b9d0591

Please sign in to comment.