Skip to content
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

Set up separate toolchain/codebase for the JS UI #375

Merged
merged 8 commits into from
May 18, 2020
Merged

Conversation

lupino3
Copy link
Member

@lupino3 lupino3 commented May 18, 2020

  • set up a separate NPM project;
  • split the monolithic ui.js into separate files (one per component);
  • split out the sample program into its own file;
  • move static files to the JS project;
  • add .gitignore configuration.

Still TODO:

  • set up build scripts to put together the GWT worker and the rest of the web api;
  • configure CI/CD

* set up a separate NPM project;
* split the monolithic ui.js into separate files (one per component);
* split out the sample program into its own file;
* move static files to the JS project;
* add .gitignore configuration.
This will allow to run npm and gradlew from the root directory.

Also move web UI sources one level above
(no need for the nested src dir).
Those files now live with the webapp
@lupino3 lupino3 marked this pull request as ready for review May 18, 2020 17:29
@lupino3 lupino3 merged commit 8d4300a into master May 18, 2020
@lupino3 lupino3 deleted the feat/move-to-npm branch May 18, 2020 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant