docusaurus/lib
Joel Marcey 7bad58022c Check if a port is in use
Test:

Ran a separate server on port 3000

```
Checking if port 3000 is free...
Extracting translateable strings from files...
Loading translation files...
Generating Metadata for Docs....
Generating Metadata for Docs....
server.js triggered...
Generating Metadata for Docs....
Extracting translateable strings from files...
listening on port: 3000
Open http://localhost:3000/
Port 3000 is in use
```

Fixes #124
2017-10-23 18:32:39 -07:00
..
core add translateable strings and allow overriding of english strings (#158) 2017-10-23 15:01:26 -07:00
server Avoid `null` enabledLanguages when there is no languages.js file (#155) 2017-10-20 15:19:13 -07:00
static Remove animation on anchor hover (#156) 2017-10-23 06:31:11 -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 Check if a port is in use 2017-10-23 18:32:39 -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