Skip to content

Commit

Permalink
README: Link to issue galaxyproject#748 (hot reloader bug).
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSto committed Aug 16, 2021
1 parent e67d2fe commit 9c30e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Then you can build the site in development mode to run it in a local server (at
$ yarn develop
```
This command includes a hot reloader which will update the site automatically each time you edit a file.
Note: There's a known issue that can occur when you're renaming/moving/deleting directories or image files. If you're finding the development server crashes too often, try adding the arguments `--resource copy` to the `yarn develop` command. This fixes the issue, at the cost of a far larger build directory (because all images are copied to it instead of linked).
Note: There's a [known issue](https://github.com/galaxyproject/galaxy-hub/issues/748) that can occur when you're renaming/moving/deleting directories or image files. If you're finding the development server crashes too often, try adding the arguments `--resource copy` to the `yarn develop` command. This fixes the issue, at the cost of a far larger build directory (because all images are copied to it instead of linked).

To generate the static files for the entire site, just run `build` instead:
```sh
Expand Down

0 comments on commit 9c30e8b

Please sign in to comment.