Skip to content

Commit 1665643

Browse files
committed
Clean old javascript bundles on build
1 parent 408c07b commit 1665643

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Plan/common/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ tasks.register("copyYarnBuildResults") {
184184
dependsOn bundle
185185
doLast {
186186
mkdir "$rootDir/common/build/resources/main/assets/plan/web"
187+
delete "$rootDir/common/build/resources/main/assets/plan/web/static"
187188
copy {
188189
from "$rootDir/react/dashboard/build"
189190
into "$rootDir/common/build/resources/main/assets/plan/web"

0 commit comments

Comments
 (0)