Skip to content
Snippets Groups Projects
Commit c062e160 authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

fix #2308 exclude *min.css

parent 21e8eeb2
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment