-
-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
Feature MissingThis label means that the issue needs to be linked to a precise feature label.This label means that the issue needs to be linked to a precise feature label.enhancementNew feature or request suggestionNew feature or request suggestiongood first issueGood for newcomersGood for newcomersrole: front endTasks for front end developersTasks for front end developerssize: missing
Milestone
Description
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 -IResources/Instructions
the file that you will be changing is the:
docker-compose.yml
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature MissingThis label means that the issue needs to be linked to a precise feature label.This label means that the issue needs to be linked to a precise feature label.enhancementNew feature or request suggestionNew feature or request suggestiongood first issueGood for newcomersGood for newcomersrole: front endTasks for front end developersTasks for front end developerssize: missing
Type
Projects
Status
Done