This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This changes the local front end dev environment to use a
dev.sh
script that allows for local front end dev changes toantidote-web
andantidote-ui-components
to be seen in the browser with a page refresh rather than restarting the docker container.Current Steps to set up this environment:
uncomment line Guacamole mouse tracking isn't working with tabs #50 in
rollup.config.js
to get the correct Terminal (due to npm link below)npm run dev
from thesrc/
directoryantidote-ui-components
sibling repo toantidote-web
node_modulessrc/
directory after step 2 completesdocker-compose.yml
line Fix iframe reference/path #20 copies any updates to the container without restartTODO:
nre-styles
repo to also be updated via .less watch mode, possibly this https://www.npmjs.com/package/less-watch-compilerrollup.js
in watch moderollup.config.js
base on dev mode being used (with linked npm sources or not)npm link
for components optional?