Build command generates "undefined" head
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 200
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I know this is just a poc, but I guess is worth mentioning this issue. I'm using prot under Windows and the build command is generating an `index.html` with the following head tag:
```
undefined
```
I'm using node `4.3.0` and prot `1.0.3`.
Contributor guide
No contributing guide indexed for this repository
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
Run the build command with Node 4.3.0 and prot 1.0.3 on Windows, then inspect the generated index.html and its tag. Trace the build command's HTML generation entry point to find why it emits undefined; done means the generated head contains the intended content instead.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100