Unverified 提交 a97aebd5 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw 提交者: GitHub

Merge pull request #1475 from dataease/pr@dev@refactor_mobile_static_resource

refactor: 移动端静态资源打包
...@@ -407,6 +407,17 @@ ...@@ -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>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论