Skip to content

Commit

Permalink
Removing live reload seems to speed up in dev container on codespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBugginsNHS committed Jul 3, 2024
1 parent ae550c0 commit ce3254c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"private": true,
"scripts": {
"build": "JEKYLL_ENV=production bundle exec jekyll build --trace --config _config.yml,_config.version.yml",
"debug": "JEKYLL_ENV=development BUNDLE_GEMFILE=Gemfile bundle exec jekyll serve --config _config.yml,_config.dev.yml,_config.version.yml --limit_posts 100 --trace --livereload"
"debug": "JEKYLL_ENV=development BUNDLE_GEMFILE=Gemfile bundle exec jekyll serve --config _config.yml,_config.dev.yml,_config.version.yml --limit_posts 100 --trace"
},
"version": "1.0.0"
}

0 comments on commit ce3254c

Please sign in to comment.