From 54a56e72af01b308d8445cc038e346e2ac8e0fb6 Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 11 Jun 2020 17:08:31 -0800 Subject: [PATCH] add note about chrome devtools cache setting, https://github.com/phetsims/chipper/issues/866 --- doc/phet-development-overview.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/phet-development-overview.md b/doc/phet-development-overview.md index c053c5b7..7b2d609b 100644 --- a/doc/phet-development-overview.md +++ b/doc/phet-development-overview.md @@ -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) @@ -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