From a5d5bfc098cea3f383fa1401d9ee84750294c468 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Mon, 15 Aug 2022 09:28:20 -0600 Subject: [PATCH] Run grunt update, see https://github.com/phetsims/chipper/issues/1157 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a0b6abe..8d410767 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ that will automatically transpile new or changed files. (1) Change directory to the simulation directory: `cd ../forces-and-motion-basics` -(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/forces-and-motion-basics/build/adapted-from-phet/forces-and-motion-basics_en_adapted-from-phet.html` (You will probably need to modify this URL based on your HTTP port and relative path.)