Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal for the Nightly Environment #1212

Merged
merged 7 commits into from
Oct 3, 2018

Conversation

matuzalemsteles
Copy link
Member

hey guys,

I am submitting the proposal to a Nightly environment, as discussed in #1111 and #1205. The idea is we can provide an environment for @pat270 so he can test and add markups without running the risk of committing and going to production and remove unnecessary steps that leave the Gatsby slow.

  • A page set as Nightly will only be created when GATSBY_CLAY_NIGHTLY is true.
---
nightly: true
---

GATSBY_CLAY_NIGHTLY is disabled by default in development and production environment.

  • Pages that need to be interpreted with gatsby-mdx to use components, use the .mdx extension.
  • Pages with extension .md will be processed by gatsby-transformer-remark (with this we will gain a few ms).

@jbalsas
Copy link
Contributor

jbalsas commented Oct 2, 2018

Looks great @matuzalemsteles!! 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants