Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

docs(tutorial/0 - Bootstrapping): Clearing browser cache guarantees that your app will retrieve new files. #11194

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_00.ngdoc
Expand Up @@ -34,7 +34,7 @@ run `npm start` to start the web server. Now, open a browser window for the app
<a href="http://localhost:8000/app/" target="_blank">`http://localhost:8000/app/`</a>

Note that if you already ran the master branch app prior to checking out step-0, you may see the cached
master version of the app in your browser window at this point. Just hit refresh to re-load the page.
master version of the app in your browser window at this point. Just hit refresh to re-load the page or clear your browser cache manually .

You can now see the page in your browser. It's not very exciting, but that's OK.

Expand Down