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 e7d3cd9 commit 739851e
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 ../molecule-shapes`

(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/molecule-shapes/build/adapted-from-phet/molecule-shapes_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 molecule-shapes_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
"repo": "molecule-shapes",
"requirejsNamespace": "MOLECULE_SHAPES"
},
{
"repo": "nitroglycerin",
"requirejsNamespace": "NITROGLYCERIN"
},
{
"repo": "scenery-phet",
"requirejsNamespace": "SCENERY_PHET"
Expand Down

0 comments on commit 739851e

Please sign in to comment.