Skip to content

Commit

Permalink
a minor direction fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Dec 13, 2018
1 parent 575f6f4 commit 37b4063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Apollo2Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Updating the web-service doc can be done with `./apollo create-rest-doc`

#### Running the code for the making client plugin changes

After starting the server you can run `./gradlew installJBrowseWebOnly` to update the client code to update the JS code.
After starting the server you can run `./gradlew installJBrowseWebOnly` or `./apollo jbrowse` to push changes from the JavaScript code in the `client/apollo` directory.

If for some reason this is not working then make sure that your network development tab, in your browser console, has disabled caching. You can also run the command `./gradlew copy-resources-dev` manually each time instead if the files don't seem to be getting copied.

Expand Down

0 comments on commit 37b4063

Please sign in to comment.