fix #2855 Exclude .map files from build output
This commit is contained in:
parent
5b5fd1635f
commit
70ef1c5194
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -109,6 +109,7 @@
|
|||
<directory>${project.build.directory}/${project.build.finalName}-compress</directory>
|
||||
</resource>
|
||||
</webResources>
|
||||
<packagingExcludes>**/*.min.map,**/*.min.css.map,**/*.min.js.map</packagingExcludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue