summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Lucas <sebastien@slucas.fr>2016-12-23 10:45:40 +0100
committerSébastien Lucas <sebastien@slucas.fr>2016-12-23 10:45:40 +0100
commit26dfae5e944d52edfb1386bf2eae477167a1ac36 (patch)
treec3e1627fff9ad2f48d00a1f0ed75de360e5ae470
parentb13dbf064909c2d2c0802680b613ab16cb5722e8 (diff)
downloadcops-26dfae5e944d52edfb1386bf2eae477167a1ac36.zip
cops-26dfae5e944d52edfb1386bf2eae477167a1ac36.tar.gz
cops-26dfae5e944d52edfb1386bf2eae477167a1ac36.tar.bz2
Update phing build file with the new composer thing.
the ouput gets a lot bigger but if I do somthing about it this file will become a mess.
-rw-r--r--build.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 9cb7a2d..8390bc0 100644
--- a/build.xml
+++ b/build.xml
@@ -37,7 +37,15 @@
<exclude name="coverage/**" />
<exclude name="saucetest/**" />
<exclude name="resources/epub-loader/**" />
- <exclude name="vendor/**" />
+ <exclude name="vendor/twbs/bootstrap/docs/**" />
+ <exclude name="vendor/twbs/bootstrap/fonts/**" />
+ <exclude name="vendor/twbs/bootstrap/js/**" />
+ <exclude name="vendor/twbs/bootstrap/less/**" />
+ <exclude name="vendor/seblucas/tbszip/stuffs/**" />
+ <exclude name="vendor/seblucas/php-epub-meta/assets/**" />
+ <exclude name="vendor/seblucas/php-epub-meta/test/**" />
+ <exclude name="vendor/dimsemenov/magnific-popup/libs/**" />
+ <exclude name="vendor/dimsemenov/magnific-popup/website/**" />
<exclude name="*.phar" />
<exclude name="*.zip" />
<exclude name="*.xml" />