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

Create a minimal jar without web resources #220

Open
notthetup opened this issue Aug 27, 2021 · 0 comments
Open

Create a minimal jar without web resources #220

notthetup opened this issue Aug 27, 2021 · 0 comments
Assignees

Comments

@notthetup
Copy link
Collaborator

notthetup commented Aug 27, 2021

Currently, the default jar is built with the resources which include the WebShell UI and fjage.js. fjage.js is now based on the JS Gateway so it requires npm to build. This might not always be the case.

So the suggestion is to generate two jars

  • fjage.jar : includes WebShellUI and fjage.js
  • fjage-minmal.jar : does not include WebShellUI and fjage.js

fjage-minmal.jar is always built but fjage.jar is only built if npm is available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant