javascript - VertX Webserver static content webroot -


i've got 2 projects i've created:

  1. a web ui built using webpack
  2. a vert.x webserver written in java built using gradle

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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -