forked from github/dataease
refactor: 移动端静态资源打包
This commit is contained in:
parent
49e84bfdb5
commit
f4ffac52d1
@ -407,6 +407,17 @@
|
|||||||
<include name="*.html"/>
|
<include name="*.html"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</move>
|
</move>
|
||||||
|
|
||||||
|
<move todir="src/main/resources/static/de-app">
|
||||||
|
<fileset dir="../../dataease-app/dist/build/h5">
|
||||||
|
<exclude name="*.html"/>
|
||||||
|
</fileset>
|
||||||
|
</move>
|
||||||
|
|
||||||
|
|
||||||
|
<move file="../../dataease-app/dist/build/h5/index.html" tofile="src/main/resources/templates/app.html" />
|
||||||
|
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
|
Loading…
Reference in New Issue
Block a user