docusaurus/lib
Tom Auger bbef20d345 fix: live reload port fallback if port is used (#899)
* Move start reload server into separate module

* Find an unused port when starting the live reload server

* Move findUnusedPort into module

* Add tests for findUnusedPort module

* Refactor findUnusedPort

* Move starting of servers into separate module and add tests

* Remove unused constants.js

* Zap extra line breaks

* Add tests for liveReloadServer

* Rename serverController to start

* Move start into lib/server

* Add portfinder package

* Replace findUnusedPort with portfinder

* nits
2018-09-13 02:03:52 +08:00
..
__tests__ Fix Jest tests that fail on Windows (#896) 2018-08-10 22:21:52 +07:00
core fix: live reload port fallback if port is used (#899) 2018-09-13 02:03:52 +08:00
server fix: live reload port fallback if port is used (#899) 2018-09-13 02:03:52 +08:00
static Fix nav to take full width in the docs page (#935) 2018-09-09 18:00:47 +08:00
build-files.js ESLintify Part 3 (#846) 2018-07-11 18:21:31 +08:00
copy-examples.js rename func copyFileToWebsite to copyFileToProjectFolder 2018-09-06 19:28:49 +08:00
publish-gh-pages.js Use older command to get remote origin (#956) 2018-09-13 01:36:38 +08:00
rename-version.js ESLintify Part 3 (#846) 2018-07-11 18:21:31 +08:00
start-server.js fix: live reload port fallback if port is used (#899) 2018-09-13 02:03:52 +08:00
version.js Refactor + add more tests (Part 2) (#854) 2018-07-16 01:45:23 -07:00
write-translations.js docs nit 2018-09-06 01:59:16 +08:00