From 0465ee2076cbbd494d83dc21f23c8e8b50b8811e Mon Sep 17 00:00:00 2001 From: Tim Mickel Date: Thu, 14 Jul 2016 13:22:11 -0400 Subject: [PATCH] Add --host flag and index redirect for playground --- Makefile | 2 +- index.html | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/Makefile b/Makefile index 835c16f79..e2a04c2b6 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ watch: $(WEBPACK) --watch serve: - $(WEBPACK_DEV_SERVER) --content-base ./ + $(WEBPACK_DEV_SERVER) --host 0.0.0.0 --content-base ./ # ------------------------------------------------------------------------------ diff --git a/index.html b/index.html new file mode 100644 index 000000000..42edce430 --- /dev/null +++ b/index.html @@ -0,0 +1,7 @@ + + + + + Redirect to playground + +