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 2c76388 commit e6149ca
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 @@ -63,7 +63,7 @@ cd ../beers-law-lab
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 e6149ca

Please sign in to comment.