From cabb56c88db0eb3af54c647a97442e5d28096597 Mon Sep 17 00:00:00 2001 From: hujambo-dunia Date: Fri, 5 Jul 2024 12:06:57 -0400 Subject: [PATCH] Minor formatting change to make yellow-outline Comment box appear in UI --- .../dev/tutorials/visualization-charts/tutorial.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/topics/dev/tutorials/visualization-charts/tutorial.md b/topics/dev/tutorials/visualization-charts/tutorial.md index ed39fa7b6d3b54..6bc08c4b6d6ea5 100644 --- a/topics/dev/tutorials/visualization-charts/tutorial.md +++ b/topics/dev/tutorials/visualization-charts/tutorial.md @@ -316,14 +316,18 @@ instance, just make sure to properly refresh your browser. Lets test this. + > Clearing the Cache +> > "For Developers" or anyone who needs to build multiple times, you may need to clear the cached files in multiple places using any of the following tasks: - -1. Within the `client` directory so that the staged files are appropriately cleared out, to build more than once use: `yarn run gulp plugins` - -2. If rebuild continues to fail: (1) delete the hidden *cache* directories in the `plugins/your-plugin/` directory, (2) delete the `plugin_build_hash.txt` file in order to force a rebuild, and (3) delete the transpiled `static/script.js` file in the `your-plugin/` directory. +> +> 1. Within the `client` directory so that the staged files are appropriately cleared out, to build more than once use: `yarn run gulp plugins` +> +> 2. If rebuild continues to fail: (1) delete the hidden *cache* directories in the `plugins/your-plugin/` directory, (2) delete the `plugin_build_hash.txt` file in order to force a rebuild, and (3) delete the transpiled `static/script.js` file in the `your-plugin/` directory. +> {: .comment} + ### Test the visualization In this section we will select a `PDB`-file from the Protein Data Bank and visualize it with our new plugin.