Поправки в сборке

1 parent 4ab46c87
Showing with 2 additions and 1 deletions
......@@ -53,6 +53,7 @@
<include name="app/controller/controller.js" />
<include name="app/view/view.js" />
<include name="app/model/model.js" />
<include name="scripts/app.js" />
<include name="scripts/app-debug.js" />
</fileset>
</delete>
......@@ -96,7 +97,7 @@
<filelist dir="public/app" files="Overrides.js, view/view.js, model/model.js, store/store.js, controller/controller.js, Application.js" />
</append>
<copy todir="${build.dir}/public/scripts" overwrite="true">
<copy todir="public/scripts" overwrite="true">
<mapper type="glob" from="app-debug.js" to="app.js"/>
<filelist dir="public/scripts" files="app-debug.js" />
</copy>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!