partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit fcb83f347ddf828f6b6899cb3f567d512bf41976
parent 0a4ddf23bf2f1a71b102768fc2ef54c70543c255
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 10 Oct 2015 13:40:12 +0200

Updated target name from build to regenerate-environment

Diffstat:
Mbuild.xml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="PartKeepr" default="build"> +<project name="PartKeepr" default="regenerate-environment"> <property name="env" value="prod" /> - <target name="build"> + <target name="regenerate-environment"> <exec command="php app/console cache:clear --env=${env}"/> <exec command="php app/console cache:warmup --env=${env}"/> <exec command="php app/console nfq:sprite:generate --env=${env}"/>