Skip to content

Commit

Permalink
Merge pull request #197 from xtermjs/force_polling
Browse files Browse the repository at this point in the history
Force jekyll polling to get it working on WSL
  • Loading branch information
Tyriar authored Sep 17, 2023
2 parents 77b962a + 7bf5b59 commit ceb30af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"scripts": {
"build:docs": "gulp docs",
"start": "bundle exec jekyll serve"
"start": "bundle exec jekyll serve --force_polling"
},
"devDependencies": {
"@types/gulp": "^4.0.6",
Expand Down

0 comments on commit ceb30af

Please sign in to comment.