You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now have a dependencies.json file. This file lists the PhET repos that we need a parallel checkout of. We need a Grunt task that will pull the SHAs of the dependencies listed in dependencies.json.
I think we used to have perennial listed in there, but I took it out because @jbphet said that sims typically don't list it.
The text was updated successfully, but these errors were encountered:
We already have a Grunt task for updating Rosetta, but it pulls the latest versions of the dependencies rather than the specific SHAs listed in dependencies.json. It needs to be changed to pull the specific SHAs.
We now have a
dependencies.json
file. This file lists the PhET repos that we need a parallel checkout of. We need a Grunt task that will pull the SHAs of the dependencies listed independencies.json
.I think we used to have perennial listed in there, but I took it out because @jbphet said that sims typically don't list it.
The text was updated successfully, but these errors were encountered: