Skip to content

Commit

Permalink
Merge pull request #5131 from hujambo-dunia/tutorial-viz-charts2
Browse files Browse the repository at this point in the history
Minor formatting change to make yellow-outline Comment box appear in UI
  • Loading branch information
hexylena authored Jul 8, 2024
2 parents fa3d6bc + cabb56c commit d2366f0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions topics/dev/tutorials/visualization-charts/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,14 +316,18 @@ instance, just make sure to properly refresh your browser.
Lets test this.
> <comment-title>Clearing the Cache</comment-title>
>
> "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.
Expand Down

0 comments on commit d2366f0

Please sign in to comment.