Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Build: in build-release add a clear cache on prod env before dumping …
Browse files Browse the repository at this point in the history
…the assets
  • Loading branch information
Nicolas Bastien committed Mar 20, 2014
1 parent 0a08e65 commit 8e405f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Expand Up @@ -115,6 +115,10 @@
<arg line="composer.phar install --no-dev --verbose --prefer-dist --optimize-autoloader --no-progress"/>
</exec>

<exec executable="php" failonerror="true" >
<arg line="app/console cache:clear --env=prod" />
</exec>

<exec executable="php" failonerror="true" >
<arg line="app/console assetic:dump --env=prod" />
</exec>
Expand Down

0 comments on commit 8e405f2

Please sign in to comment.