Skip to content

Commit

Permalink
Switch from grunt transpile --watch to --live, see phetsims/chipper#1528
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 20, 2024
1 parent d28f57e commit 213c598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ cd ../fourier-making-waves
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
Expand Down

0 comments on commit 213c598

Please sign in to comment.