Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 547 Bytes

BUILD.md

File metadata and controls

11 lines (8 loc) · 547 Bytes

The Build Process

The following steps are taken when you run node build

  • The .prerender/ dir is created if it doesn't exist.
  • Prerender pug templates from all apps are copied to the .prerender dir.
  • The prerender config files are read and executed, creating output files in app public dirs.
  • If there is a proper Docusaurus build output, it is copied to the app public dir.
  • All HTTP packages are zipped and placed in the app private dirs.
  • All service packages are zipped and placed in the app private dirs.