diff options
author | Sébastien Lucas <sebastien@slucas.fr> | 2016-12-23 10:45:40 +0100 |
---|---|---|
committer | Sébastien Lucas <sebastien@slucas.fr> | 2016-12-23 10:45:40 +0100 |
commit | 26dfae5e944d52edfb1386bf2eae477167a1ac36 (patch) | |
tree | c3e1627fff9ad2f48d00a1f0ed75de360e5ae470 | |
parent | b13dbf064909c2d2c0802680b613ab16cb5722e8 (diff) | |
download | cops-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.xml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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" /> |