[deploy] fix copy some assets to package
This commit is contained in:
parent
ecd29e789a
commit
bc60fbac77
|
@ -1,6 +1,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
|
||||
color: #444;
|
||||
}
|
||||
.centered {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
"expand": true,
|
||||
"cwd": "../apps/common/main/resources/help/",
|
||||
"src": [
|
||||
"**/*.{png,jpg,gif}",
|
||||
"**/*.{png,jpg,gif,html}",
|
||||
"!*_/**",
|
||||
"!**/src/**"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue