webpack-bundle
# javascript
s
webpack-bundle
g
Are all the resources + the bundled file put into the same directory somewhere so it can be deployed or do I have to create a task to do that myself?
s
Take a look at build/resources/
might be it all
We use
bundlesDirectory = "$buildDir/resources/main/scripts/"
g
ah nice didn’t know about this, thank you!