Поправка копировании данных в build

1 parent 5ec2faf9
Showing with 2 additions and 1 deletions
......@@ -16,6 +16,8 @@
<include name="framework/**" />
<include name="public/protected/**" />
<include name="public/images/**" />
<include name="public/index.php" />
<include name="public/.htaccess" />
</fileset>
</copy>
</target>
......@@ -121,7 +123,6 @@
<target name="build" depends="copy, css, js">
<exec checkreturn="true" command="find ${build.dir} -type f -exec chmod 644 {} \;" />
<chmod file="${build.dir}/public/protected/runtime" mode="0777" failonerror="true" verbose="true" />
<copy file="public/index.php" tofile="${build.dir}/public/index.php" overwrite="true"/>
<reflexive>
<fileset dir="${build.dir}/public">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!