build.gradle

This commit is contained in:
2026-04-25 18:11:46 +03:00
parent 7c37e87865
commit 1ddb001ec8
+1 -1
View File
@@ -124,7 +124,7 @@ tasks.register('copyAngularBuild_prod', Copy) {
dependsOn deleteStaticFolder_prod dependsOn deleteStaticFolder_prod
from 'jambotron-ui/dist/jambotron-ui' // Path to your Angular dist folder from 'jambotron-ui/dist/jambotron-ui/browser' // Path to your Angular dist folder
into "src/main/resources/static" // Path INSIDE the WAR into "src/main/resources/static" // Path INSIDE the WAR
} }