-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
[examples] Getting a 404 for commit-table-ssr example #46
Comments
Hi @allforabit - I'm not quite sure what's going on but I just learned that yarn auto-executes a I've updated the server to write that file ( I still don't understand though why you'd get a 404. Are you seeing the following when you install & start the app?
Did you try navigating to just http://localhost:8080 (without the extra |
- rename `prepare` => `prep` to avoid autoexec during `yarn install` - add getCommits() to retrieve commits for caching and write to `commits.json` - commits.json stub file
I get something fairly similar when running the commands:
I'm still getting the 404 though. I see
|
Pull & try again please! :) Sorry about that! |
Works perfectly now thanks! |
* develop: (125 commits) Publish docs(vectors): fix docstrings, hide CommonOpts type alias refactor(vectors): generate more ops, move declareIndices() (#51) refactor(vectors): rewrite codegen, add more types & gen ops (#51) refactor(vectors): use codegen for unary vec2/3/4 ops feat(vectors): add vector ops codegen, update basic vec2/3/4 ops (#51) docs(hdom): add xml-converter example link & screenshot feat(examples): add copy-to-clipboard, extract UI config & components feat(examples): update css fix(examples): fix attrib format feat(examples): extend xml-converter, add CLI version, update docs Publish minor(examples): xml-converter docs(hdom): add/update docs (fix #47) fix: update .gitignore (fixes #46, fixes #50) refactor(examples): refactor hiccup formatter, minor fixes fix(transducers): fix matchLast(), fix & update return match*() types fix(examples): add null check & parseAttrib() in transformCSS() fix(examples): add missing index.html (#46) Publish ...
Hi Karsten, I'm really excited to see all the new developments with rstream and hdom. I'm having a little trouble running the commit-table-ssr example. I'm getting a 404 for the client code and the following text is output:
Cannot GET /out/
I'm also getting this (possibly unrelated error) afteryarn install
:P.s. I know I said I'd look into this issue a while back. #23 It's still on my radar and hope to get back to it soon! I've been busy doing react based dev work and unfortunately umbrella has taken a backseat for now.
The text was updated successfully, but these errors were encountered: