javascript - VertX Webserver static content webroot -
i've got 2 projects i've created:
- a web ui built using
webpack
- a
vert.x
webserver written injava
built usinggradle
i want find way bring resulting build dir contents of first project second webroot
server using statichandler
.
is aware of clean way this? want preserve 2 git projects because using webpack dev server
development of ui , feels cleaner have them separated.
i looking @ potentially using bitbucket pipelines build on repo, bringing assets generated first project build of second i'm facing issues.
you create gradle task before depends on jar task (so runs before it) executes webpack compile resources directory. when jar task runs bundles compiled webpack code.
Comments
Post a Comment