fix #2308 exclude *min.css
This commit is contained in:
parent
21e8eeb228
commit
c062e16059
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -268,6 +268,7 @@
|
|||
<webappDirectory>${project.build.directory}/${project.build.finalName}-compress</webappDirectory>
|
||||
<excludes>
|
||||
<exclude>**/*min.js</exclude>
|
||||
<exclude>**/*min.css</exclude>
|
||||
<exclude>**/plugins/**/*.js</exclude>
|
||||
<exclude>**/WEB-INF/site/**</exclude>
|
||||
</excludes>
|
||||
|
|
Loading…
Add table
Reference in a new issue