-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
easy dev compose up loses themes #320
Comments
for now can just get into the docker openemr directory and run npm install and then hop back out to the local environment and run
to rebuild them |
We could integrate that command into the container start but I don't know when to /use/ it. By any chance can you give me a shell command (or just define the container state) that would /detect/ such a broken theme? Is the theme missing because a specific file hasn't been compiled or copied to the right location, and we could detect that missing file and run the theme fixer? |
It worked for me this morning on a new build (tear down with openemr-cmd
down and then openemr-cmd up) although i do not work/build in same
directory as my repo. Will try it again later tonight from master to make
sure it works.
…On Sat, May 14, 2022, 4:34 PM Asher Densmore-Lynn ***@***.***> wrote:
We could integrate that command into the container start but I don't know
when to /use/ it. By any chance can you give me a shell command that would
/detect/ such a broken theme? Is the theme missing because a specific file
hasn't been compiled or copied to the right location, and we could detect
that missing file and run the theme fixer?
—
Reply to this email directly, view it on GitHub
<#320 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACEDOHRQ2PRN2SLAHZKCVTVKA2ABANCNFSM5V6DQ7KA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Confirmed that easy dev worked in my environment with most recent master. Would make sure the shared volumes have been removed since this can break the dev docker builds. |
Describe the bug
write concise description of what the bug is.
after running
from the
docker/easy-development
directory there are no themes to be foundprob related to the rework of the ccda service combined with how
public/assets
are removedTo Reproduce
The text was updated successfully, but these errors were encountered: