From bfb2cb1fbd5ab6213b27341f501b118600eb12f0 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Tue, 19 Nov 2024 19:53:49 -0700 Subject: [PATCH] Switch from grunt transpile --watch to --live, see https://github.com/phetsims/chipper/issues/1528 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6aa900..ed5dbcd 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ cd ../ohms-law npm install ``` -(3) Transpile the TypeScript code to JavaScript by running `grunt output-js-project --watch`. This starts a file-watching process that will automatically transpile +(3) Transpile the TypeScript code to JavaScript by running `grunt output-js-project --live`. This starts a file-watching process that will automatically transpile new or changed files. (4) In a new terminal/command prompt, start an http-server