Skip to content

Commit

Permalink
Run grunt update, see phetsims/chipper#1157
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 15, 2022
1 parent 5d04ff3 commit c90f28b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ that will automatically transpile new or changed files.

(1) Change directory to the simulation directory: `cd ../trig-tour`

(2) Build the sim: `grunt --brands=adapted-from-phet`
(2) Build the sim: `grunt --brands=adapted-from-phet`. It is safe to ignore warnings like `>> WARNING404: Skipping potentially non-public dependency`,
which indicate that non-public PhET-iO code is not being included in the build.

(3) Open in the browser: `http://localhost/trig-tour/build/adapted-from-phet/trig-tour_en_adapted-from-phet.html` (You will probably need to modify this URL based on your HTTP port and relative path.)

Expand Down

0 comments on commit c90f28b

Please sign in to comment.