docusaurus/lib
Joel Marcey 26f498a2db Add a check for languages.js in sitemap.js
Without this a build failure would occur for those that are not using the languages.js file.

e.g.,

```
sitemap.js triggered...
module.js:471
    throw err;
    ^

Error: Cannot find module '/home/ubuntu/fasttext-website/website/languages.js'
    at Function.Module._resolveFilename (module.js:469:15)
    at Function.Module._load (module.js:417:25)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at module.exports (/home/ubuntu/fasttext-website/website/node_modules/docusaurus/lib/server/sitemap.js:48:15)
    at execute (/home/ubuntu/fasttext-website/website/node_modules/docusaurus/lib/server/generate.js:316:5)
    at Object.<anonymous> (/home/ubuntu/fasttext-website/website/node_modules/docusaurus/lib/build-files.js:31:1)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
Error: generating html failed
```
2017-10-18 15:43:25 -07:00
..
core Code cleanups for consistency & adds Docusaurus to meta tags (#138) 2017-10-18 14:40:16 -07:00
server Add a check for languages.js in sitemap.js 2017-10-18 15:43:25 -07:00
static More consistent headers (#140) 2017-10-18 13:04:29 -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 The complete move to MIT license (#115) 2017-10-05 11:14:49 -07:00
version.js The complete move to MIT license (#115) 2017-10-05 11:14:49 -07:00
write-translations.js Code cleanups for consistency & adds Docusaurus to meta tags (#138) 2017-10-18 14:40:16 -07:00