Skip to content

Commit

Permalink
Merge pull request mui#4072 from oliviertassinari/docs-webpack-undefi…
Browse files Browse the repository at this point in the history
…ned-host

[Docs] Set a falsy host so we can access the docs from a remote ip
  • Loading branch information
nathanmarks committed Apr 22, 2016
2 parents 88fb46d + 5c9fd41 commit e655bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"private": true,
"scripts": {
"start": "npm run browser:development",
"browser:development": "webpack-dev-server --config webpack-dev-server.config.js --progress --colors --inline",
"browser:development": "webpack-dev-server --config webpack-dev-server.config.js --progress --colors --inline --host=",
"browser:build": "NODE_ENV=docs-production webpack --config webpack-production.config.js --progress --colors --profile",
"browser:prd": "NODE_ENV=docs-production webpack-dev-server --config webpack-production.config.js --progress --colors",
"gh-pages:build": "node ./gh-pages-build.js",
Expand Down

0 comments on commit e655bf9

Please sign in to comment.