make serve missing bundle without first running build:webpack:docs
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 57
- Forks
- 103
- Avg merge
- 10h 25m
- Merged PRs (30d)
- 18
Description
make install && make serve result in 404 errors for http://localhost:8001/dist/mockup/bundle.min.js (on any supported node version I have tried).
There is not any output to _site/dist/mockup directory (which does not exist without webpack told to output to this target directory via npx yarn run build:webpack:docs).
If the interactive documentation is the primary vehicle for someone to develop and test basic changes to patterns (in a simpler vacuum outside of plone.staticresources), it might make sense to either:
- Update Makefile(s) to include this by default as a dependency of
make serveas some (new)bundle-docstarget? - Update
README.mddevelopment section to mention this is an explicit additional step needed to "run" the documentation?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running make install && make serve and inspect the resulting 404 for _site/dist/mockup/bundle.min.js. Read the Makefile(s), the build:webpack:docs target, and the development section of README.md; done means the documentation workflow either serves the bundle by default or clearly documents the required step.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- build-system, documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100