Open coopy opened 8 years ago
Suggest the easier version of:
"docs-dev": "builder run build-index && builder run real-docs-dev"
OR
"docs-dev": "builder --setup=build-index run real-docs-dev"
Yeah, let's just support this by modifying the docs-dev
and docs-run
scripts in the archetype.
Use
renderToString
to generateindex.html
fromstatic-index.jsx
. This is to supportbuilder run docs-dev
andbuilder run docs-hot
scenarios.