Browse Source

update 独立前端的打包内容

main
wangshaoping 5 months ago
parent
commit
1138a76e04
  1. 12
      build.gradle

12
build.gradle

@ -660,12 +660,12 @@ subprojects {
}else{
def tree = fileTree('dist') {
include '**/*.*'
exclude '**/webjars/**/*.*'
exclude "public/${project.name}/configure.js"
exclude "public/${project.name}/favicon.svg"
exclude "public/${project.name}/index.html"
exclude "public/${project.name}/login-bg.jpg"
exclude "public/${project.name}/logo.svg"
// exclude '**/webjars/**/*.*'
// exclude "public/${project.name}/configure.js"
// exclude "public/${project.name}/favicon.svg"
// exclude "public/${project.name}/index.html"
// exclude "public/${project.name}/login-bg.jpg"
// exclude "public/${project.name}/logo.svg"
}
tree.each { File file ->
resources.add(file.absolutePath.substring(dirPath.length()));

Loading…
Cancel
Save