Skip to content

Commit

Permalink
Updated api.specification.md to adhere to gatsby style guide (#18311)
Browse files Browse the repository at this point in the history
* Updated api.specification.md

* resolve some type

* enhancement some sentence

* Update docs/docs/api-specification.md

Co-Authored-By: Marcy Sutton <marcy@gatsbyjs.com>
  • Loading branch information
adibfirman and Marcy Sutton committed Oct 9, 2019
1 parent 149f02e commit 4c9f1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ load site config -> load plugins -> source nodes -> transform nodes -> create
graphql schema -> create pages -> compile component queries -> run queries ->
fin

Once the initial bootstrap is finished, we start `webpack-dev-server` and an express server for serving files for the development server, and for a production build, we start building the CSS then JavaScript then HTML with webpack.
Once the initial bootstrap is finished, a `webpack-dev-server` and express server are started for serving files for the development workflow with live updates. For a production build, Gatsby skips the development server and instead builds the CSS, then JavaScript, then static HTML with webpack.

During these processes there are various extension points where plugins can
intervene. All major processes have an `onPre` and `onPost` e.g. `onPreBootstrap`
Expand Down

0 comments on commit 4c9f1ec

Please sign in to comment.