mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 01:22:20 +00:00
Improve the safety of the playground and limit the resources it may use. (#144)
* Improve the safety of the playground and limit the resources it may use. * Don't send new code to server until 0.5s after the last keypress.
This commit is contained in:
parent
392978c173
commit
917dc3693d
44 changed files with 204 additions and 78 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
|
@ -85,9 +85,9 @@ jobs:
|
|||
run: |
|
||||
CWD=`pwd`
|
||||
stack build
|
||||
cd reanimate-playground
|
||||
cd playground
|
||||
stack build
|
||||
stack exec --cwd ../ playground snippets reanimate-playground/snippets > viewer-elm/dist/snippets.js
|
||||
stack exec --cwd ../ playground snippets playground/snippets > viewer-elm/dist/snippets.js
|
||||
cd viewer-elm
|
||||
npm install
|
||||
npm run build
|
||||
|
|
|
|||
Loading…
Reference in a new issue