Skip to content

Commit

Permalink
rename to "sync", phetsims/perennial#405
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 13, 2025
1 parent 0129533 commit 455c47c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions checklists/rename-repo-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [ ] Rename in `perennial/data/active-repos` and any other perennial data files it occurs in,
like `active-runnables`, `active-sims`, `phet-io`, etc. Push the change to perennial and then pull perennial-alias.
- [ ] Delete the old repo
- [ ] Clone the new repo by running `grunt sync-codebase`.
- [ ] Clone the new repo by running `grunt sync`.
- [ ] Update `package.json` accordingly. Including but not necessarily limited to:
* `name`
* `repository.url`
Expand All @@ -19,7 +19,7 @@
and `chipper/dist/js-cache-status.json` and and restart your transpiler.
- [ ] Run `rm -rf {{OLD_REPO}}` from the phetsims directory
- [ ] Notify Slack channel dev-public that the repo has been renamed. E.g. "I just renamed repository {{OLD_REPO}} to
{{NEW_REPO}}. Please sync-codebase at your convenience, remove
{{NEW_REPO}}. Please sync at your convenience, remove
{{OLD_REPO}} in `chipper/dist/` directories, and restart your transpiler."

### If this is a simulation. . .
Expand Down
2 changes: 1 addition & 1 deletion doc/phet-development-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Method 1 (recommended): Get all PhET repos
* Get [phetsims/perennial](https://github.com/phetsims/perennial): `git clone https://github.com/phetsims/perennial`
* Change directory to perennial: `cd perennial`
* Run npm install: `npm install`
* Update codebase with `grunt sync-codebase`
* Update codebase with `grunt sync`

Method 2: Manually get specific PhET repos

Expand Down
2 changes: 1 addition & 1 deletion doc/typescript-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ known problems, etc.

### Getting Started

1. Update your codebase to support typescript features with `cd perennial; grunt sync-codebase;`
1. Update your codebase to support typescript features with `cd perennial; grunt sync;`
5. Mark chipper/dist/ as excluded from your IDE. You can create that directory eagerly now, or wait until chipper/dist/
is created by a compilation step below. Compiled code will be written to chipper/dist/.
6. Update your IDE to use the code style file from `phet-info/ide/idea/phet-idea-codestyle.xml`. You may need to
Expand Down
2 changes: 1 addition & 1 deletion ide/idea/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
WebStorm and IDEA. But there may be differences between tools, or between versions. These instructions are intended to
get you pointed in the right direction. If you notice errors or a need for clarification, please update this document.*

1. Make sure that you have a checked out code base. Clone perennial manually, run `npm install`, and then `grunt sync-codebase`.
1. Make sure that you have a checked out code base. Clone perennial manually, run `npm install`, and then `grunt sync`.
3. Make a new project in the same directory where you cloned all git repos. When asked, create a "Static Web" module for
the same directory (if in Intellij IDEA).
4. Add your github credentials in `File > Settings > Version Control > Github`, and test your credentials with the
Expand Down

0 comments on commit 455c47c

Please sign in to comment.