Skip to content

Prevent excessive waiting time when serving the site#451

Open
SuperCowProducts wants to merge 1 commit into
plotly:masterfrom
SuperCowProducts:master
Open

Prevent excessive waiting time when serving the site#451
SuperCowProducts wants to merge 1 commit into
plotly:masterfrom
SuperCowProducts:master

Conversation

@SuperCowProducts

Copy link
Copy Markdown

No description provided.

Updated Jekyll serve command to include incremental build option.
@camdecoster camdecoster self-assigned this Jul 2, 2026

@camdecoster camdecoster left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good addition! I left a couple of suggestions.

Comment thread README.md
**Note** The default development configuration (`_config_dev.yml`) excludes `_posts/plotly_js` and `_posts/python-v3` for faster builds. If you want to include or exclude different folders, copy `_config_dev.yml`, rename it `_config_personal.yml`, and modify the `exclude` statement.

- If you name the Jekyll configuration file `_config_personal.yml`, it will be caught by the `.gitignore` file and not committed to version control.
- Run `bundle exec jekyll serve --config _config_personal.yml` to use the custom configuration file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Run `bundle exec jekyll serve --incremental --config _config_personal.yml` to use the custom configuration file

Comment thread README.md
```

4. Serve the Jekyll application: `bundle exec jekyll serve --config _config_dev.yml`.
4. Serve the Jekyll application: `bundle exec jekyll serve --config _config_dev.yml --incremental` (the initial build may take a while).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
4. Serve the Jekyll application: `bundle exec jekyll serve --config _config_dev.yml --incremental` (the initial build may take a while).
4. Serve the Jekyll application (the initial build may take a while): `bundle exec jekyll serve --incremental --config _config_dev.yml`.

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.

2 participants