Skip to content

Commit

Permalink
Fixed production build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Dec 3, 2018
1 parent 53e3c09 commit 77dd438
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.xml.dist
Expand Up @@ -70,7 +70,7 @@
<arg value="-i" />
<arg value="--" />
<arg value="s/@symfony_env@/prod/g" />
<arg value="dist/api.php" />
<arg value="public/api.php" />
</exec>
</target>

Expand Down Expand Up @@ -100,7 +100,6 @@
<echo message="Installing UI dependencies" />
<exec executable="npm" dir="contao-manager-${version}" checkreturn="true">
<arg value="install" />
<arg value="--no-bin-links" />
<arg value="--no-optional" />
</exec>
</target>
Expand Down Expand Up @@ -133,7 +132,7 @@
<target name="box-dev">
<echo message="Creating the .phar file" />
<exec executable="box" checkreturn="true" passthru="true">
<arg value="compile" />
<arg value="compile" />
</exec>
<exec executable="php" checkreturn="true">
<arg value="-r" />
Expand Down

0 comments on commit 77dd438

Please sign in to comment.