docusaurus/lib
Joel Marcey e0345bae86 Fix port check (#173)
Since the check is async, starting the server on the port was happening before the check finished. Thus even if the port wasn't being used, it would error out as if it was because the server would start it before the check was finished.
This way we only start the server after the check finishes.
2017-10-24 15:51:27 -07:00
..
core Removes #content from sidebar links and from within pages (#170) 2017-10-24 15:15:52 -07:00
server [markdown] Switch to Remarkable (#153) 2017-10-24 09:45:21 -07:00
static [markdown] Switch to Remarkable (#153) 2017-10-24 09:45:21 -07:00
build-files.js The complete move to MIT license (#115) 2017-10-05 11:14:49 -07:00
copy-examples.js The complete move to MIT license (#115) 2017-10-05 11:14:49 -07:00
generate-feed.js The complete move to MIT license (#115) 2017-10-05 11:14:49 -07:00
publish-gh-pages.js The complete move to MIT license (#115) 2017-10-05 11:14:49 -07:00
rename-version.js The complete move to MIT license (#115) 2017-10-05 11:14:49 -07:00
start-server.js Fix port check (#173) 2017-10-24 15:51:27 -07:00
version.js The complete move to MIT license (#115) 2017-10-05 11:14:49 -07:00
write-translations.js add translateable strings and allow overriding of english strings (#158) 2017-10-23 15:01:26 -07:00