From 6ad6d17efbf8aaa6544e6b96b7a8b3ba7dc1b4b4 Mon Sep 17 00:00:00 2001 From: Parul Sharma Date: Fri, 29 May 2015 10:01:44 -0400 Subject: [PATCH] small fix in instruction in sandbox doc --- sandbox/index.html.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/index.html.example b/sandbox/index.html.example index 345f27e08..e62744b2c 100644 --- a/sandbox/index.html.example +++ b/sandbox/index.html.example @@ -25,7 +25,7 @@

You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started make a copy of index.html.example and rename it to index.html.

-
cp sandbox/index.html.example index.html
+
cp sandbox/index.html.example sandbox/index.html
grunt watch
grunt connect
open http://localhost:9999/sandbox/index.html