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 11afae2 commit 3d2f186
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 @@ -69,7 +69,8 @@ that will automatically transpile new or changed files.

(1) Change directory to the simulation directory: `cd ../molecule-shapes-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/molecule-shapes-basics/build/adapted-from-phet/molecule-shapes-basics_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-basics_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
"repo": "molecule-shapes-basics",
"requirejsNamespace": "MOLECULE_SHAPES_BASICS"
},
{
"repo": "nitroglycerin",
"requirejsNamespace": "NITROGLYCERIN"
},
{
"repo": "scenery-phet",
"requirejsNamespace": "SCENERY_PHET"
Expand Down

0 comments on commit 3d2f186

Please sign in to comment.