So I have my spring api and javascript app in sepa...
# javascript
k
So I have my spring api and javascript app in separate modules. I was wondering if there was a way in gradle to have to javascript build output added to spring build so that it can serve it like you can other static content
I can do it manually with a custom task but wanted to see if something already exists first
t
k
ah, that looks like it's the ticket, will look into that
thanks!