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 bf3479b commit cfef648
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ that will automatically transpile new or changed files.

(1) Change directory to the simulation directory: `cd ../reactants-products-and-leftovers`

(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/reactants-products-and-leftovers/build/adapted-from-phet/reactants-products-and-leftovers_en_adapted-from-phet.html` (You will probably need to modify this URL based on your HTTP port and relative path.)

Expand Down
4 changes: 4 additions & 0 deletions reactants-products-and-leftovers_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
"repo": "joist",
"requirejsNamespace": "JOIST"
},
{
"repo": "nitroglycerin",
"requirejsNamespace": "NITROGLYCERIN"
},
{
"repo": "reactants-products-and-leftovers",
"requirejsNamespace": "REACTANTS_PRODUCTS_AND_LEFTOVERS"
Expand Down

0 comments on commit cfef648

Please sign in to comment.