Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ Install dependencies:
npm ci
```

Open tests/vertical_playground.html in a browser for development. You don't need to rebuild compressed versions for most changes. Open tests/vertical_playground_compressed.html instead to test if the compressed versions built properly.
Open the playgrounds in a browser for development. For a local page that works without fetching Closure from node_modules, use the compressed playgrounds:

- Horizontal (compressed): `tests/horizontal_playground_compressed.html`
- Vertical (compressed): `tests/vertical_playground_compressed.html`

You don't need to rebuild compressed versions for most changes. Rebuild compressed versions when you want to update the bundled artifacts.

To re-build compressed versions, run:

Expand Down
Loading
Loading