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

refactor: 移动端静态资源打包
This commit is contained in:
fit2cloud-chenyw 2021-12-20 14:20:09 +08:00 committed by GitHub
commit a97aebd543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,6 +407,17 @@
<include name="*.html"/>
</fileset>
</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>
</configuration>
<goals>