-
Notifications
You must be signed in to change notification settings - Fork 131
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
Spago docs, now with indexing and search #1063
Conversation
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.
This is excellent - let's add that comment about punycode to the Spago config then this is good to merge 👏
@f-f Heads up, the But running |
@f-f The spago offline tests are failing. Do you know what's happening there? |
@CharlesTaylor7 could you set this bit to false so we can have a cleaner output in CI? Right now it's all crowded with logs. |
Can we symlink it in the right place so that the bundle picks up the real one and the |
This reverts commit 799e3a5.
Ok just realized, the test failure is related to this. |
Ah, one of the publishing tests is failing 🤔 think running a "spago install" before the final "spago publish" should fix it |
@f-f The issue was twofold. The doc tests were failing. I have fixed those. I suspected some of the tests weren't sufficiently future proofed, so I reran the workflow for the latest commit to master. The test suite is failing for that commit too: |
Ah it looks like Spago can't find the client bundle on Windows |
@f-f I don't think windows likes the Unix style symlink. I replaced it with a stub file with the right name, but does nothing except log an error message. I have a better solution in mind for a development workflow, which is better than a symlink and rebundling the app constantly. It'll be in a followup PR though. Basically, we can run a small dev server which enables us to serve unbundled ES modules. |
Part of #1020
How to demo:
You should see output like:
For the issue decoding the bower.json
avar-5.0.0
, I opened an upstream PR to fix. However it is just a log message and the indexing continues in the presence of the error.Click me for a Gif Demo
Checklist:
README