feat: mount local frontend libs into frontend containers#795
Conversation
|
@davidjoy So, wildcarding does not seem to be an option with docker-compose mounts :( Here is my attempt at the approach as we discussed the other day. Adding a new package to the mounts would involve changing I haven't actually gotten it to work -- I keep getting: when I try to navigate to frontend-app-learning, even though I also haven't tested it with NFS -- I think I'd need someone else to do that for me. |
|
Are you running |
|
@davidjoy ooh, I ran |
|
@davidjoy It works! My process:
So, the only blockers to merging this would be:
|
d7bbc3b to
ca727ba
Compare
Should allow installation of local versions of NPM packages via module.config.js, allowing frontend devs to test out frontend library changes within devstack.
5d6efed to
7f981f6
Compare
|
Closed in favor of https://github.com/edx/devstack/pull/803/files |
Should allow installation of local versions of NPM
packages via module.config.js, allowing frontend devs
to test out frontend library changes within devstack.
State
This is a PR into another PR: https://github.com/edx/devstack/pull/783