Skip to content

Commit

Permalink
add note about chrome devtools cache setting, phetsims/chipper#866
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 12, 2020
1 parent fdfb557 commit 54a56e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/phet-development-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ git clone https://github.com/phetsims/utterance-queue.git
7. Run `npm config set save false` so that package-lock.json files are not created.

Now you can test modifying the simulation code and see the changes by refreshing the browser.
You can also use this to test on remote devices after looking up your ip address
You can also use this to test on remote devices after looking up your ip address. If developing on Chrome, note that
it can be helpful to set "Disable cache (while DevTools is open)" (see the devtools settings).
Questions should be directed to the Devloping Interactive Simulations in HTML5 Google Group.

## Getting Started (for macOS)
Expand Down Expand Up @@ -177,7 +178,8 @@ Questions should be directed to the Developing Interactive Simulations in HTML5
7. Run `npm config set save false` so that package-lock.json files are not created.

Now you can test modifying the simulation code and see the changes by refreshing the browser.
You can also use this to test on remote devices after looking up your ip address
You can also use this to test on remote devices after looking up your ip address. If developing on Chrome, note that
it can be helpful to set "Disable cache (while DevTools is open)" (see the devtools settings).
Questions should be directed to the Devloping Interactive Simulations in HTML5 Google Group.

## Creating a New Sim
Expand Down

0 comments on commit 54a56e7

Please sign in to comment.