Skip to content

Add --incremental to our docker-compose.yml #1065

@jbubar

Description

@jbubar

Overview

Docker takes 30 or more s to reload after saving changes. This is quite a pain, especially when working with css.
@akibrhast told me about the --incremental tag, which speed up the reload time by at least 3 times!
I messaged @cnk about this and she said it would be fine.

Action Items

  • get the approval from product
  • add the --incremental tag (-I) to the Jekyll serve command
- command: jekyll serve --force_polling --livereload --config _config.yml,_config.docker.yml
+ command: jekyll serve --force_polling --livereload --config _config.yml,_config.docker.yml -I

Resources/Instructions

article about it

the file that you will be changing is the:
docker-compose.yml

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature MissingThis label means that the issue needs to be linked to a precise feature label.enhancementNew feature or request suggestiongood first issueGood for newcomersrole: front endTasks for front end developerssize: missing

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions