Commit Graph
12 Commits
Author SHA1 Message Date
David Lechner 37527630cf scripts: new web server script
This provides a new script for serving the output of `yarn build`. This
is needed since the app now requires special http headers to be defined
to use certain web APIs.
2022-09-09 11:37:37 -05:00
David Lechner d8da424472 contributing: update serving locally
The self-signed certificate didn't work with the service worker, so
drop that and use a different method instead.
2022-03-08 14:47:27 -06:00
David LechnerandDavid Lechner a12e8a3660 CONTRIBUTING: add section about tools/serve.py 2021-08-30 14:36:33 -05:00
David LechnerandDavid Lechner 6aa4de37ce CONTRIBUTING: spelling 2021-08-30 14:36:33 -05:00
David Lechner c13709ed05 Add Python 2 depedency
A depedency of blueprintsjs needs Python 2 to build.

https://github.com/palantir/blueprint/issues/4273
2021-02-04 19:07:04 -06:00
David Lechner d04e022e83 drop use of GitHub package registry
Having to always authenticate to use packages hosted on GitHub was a
bit of a pain for developers and breaks dependabot.
2021-01-11 16:47:49 -06:00
David Lechner ac0c414245 update to node 12.x
fixes missing globalThis in CI tests
2021-01-08 20:55:49 -06:00
Andreas Litt 838d0c88b7 Clarify how to contribute and point out github registry pitfall 2020-12-13 20:03:31 +01:00
David Lechner 4a3440d8a5 fix typo 2020-06-17 16:52:21 -05:00
David Lechner 8d2d6e12ed add notes about authenticating to Github package manager 2020-06-17 16:52:21 -05:00
David LechnerandDavid Lechner 31c3e2b52e refactor common test helpers into test/
This way we can share them with multiple tests
2020-06-10 21:59:34 -05:00
David LechnerandDavid Lechner d873ad2520 rename readme to contributing and expand it a bit 2020-06-04 11:28:13 -05:00