-
Notifications
You must be signed in to change notification settings - Fork 14
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
Help wanted: Allow ballot-UI make use of participate.js #247
Comments
What exactly happens when you tried? Exactly what errors did you get? In what way did you tweak Perhaps push your experiment to a branch and give a log of the exact errors? |
visual studio finds the reference to ../participate in the import but when it is run the import is not found. |
reference from what? "when run" how? |
WHAT I DID 1 ERROR WHAT I DID 2 ERROR NB - I created the |
That all seems reasonable, @David405 . I might be able to reproduce your results, but it would take an hour or so, which I can't justify given other commitments. If you push the exact code you're running (or attach it as a .zip or something) and share the exact diagnostics you see, I might be able to help in less time. |
@dckc I would really appreciate your assistance here, I want to be able to use
participate.js
functions insideballot-UI.
I tried tweaking thewebpack-config
but that didn't work, I cannot figure out how the elements inparticipate.html
were called insideparticipate.js.
I can see where these were mounted, but I can't see whether the IDs mounted belong inparticipate.html.
Creating a separate js file for
ballot-UI
would be redundant IMO, as the functions to be used byballot-UI
share a lot with the functions and dependencies insideparticipate.js
The text was updated successfully, but these errors were encountered: