Redirect the root only when configured (#1270)

- Fix `’INFOSITE' is not recognized` in `npm start` on Windows

Close #1259
This commit is contained in:
Paul Melnikow
2017-11-17 13:42:38 -06:00
committed by GitHub
parent 1a36054b46
commit d91b904b82
6 changed files with 21 additions and 12 deletions

View File

@@ -11,10 +11,6 @@
"repository": "https://github.com/badges/shields",
"logo": "http://shields.io/favicon.png",
"env": {
"INFOSITE": {
"description": "The home page.",
"value": "/"
},
"NPM_CONFIG_PRODUCTION": {
"description": "Configure whether devDependencies are installed (they are needed for the build).",
"value": "false"