-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readme and repo grooming, release 0.14 #1209
Conversation
src/examples/plain-html/index.html
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these files are moved here from the bindings repo. they used to be in src/bindings/compiled/web_bindings
which is completely the wrong place for test/example files
@@ -53,19 +52,18 @@ | |||
"build:web": "rimraf ./dist/web && node src/build/buildWeb.js", | |||
"build:examples": "rimraf ./dist/examples && npx tsc -p tsconfig.examples.json || exit 0", | |||
"build:docs": "npx typedoc", | |||
"serve:web": "cp src/bindings/compiled/web_bindings/server.js src/bindings/compiled/web_bindings/index.html src/examples/simple_zkapp.js dist/web && node dist/web/server.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed a couple scripts here that, to my knowledge, aren't used
A few small things lumped together
README-dev.md
was outdated in two places, this updates itbindings: o1-labs/o1js-bindings#196