dev/core#1393 - distmaker - Skip new file "vendor/bin/cssmin"
authorTim Otten <totten@civicrm.org>
Fri, 2 Oct 2020 00:41:29 +0000 (17:41 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 2 Oct 2020 00:41:29 +0000 (17:41 -0700)
commit9c9e7406468c557ee039d2d7235cd9e715862eab
tree5e1ff2f126283ff4be50956c10778ce9bacfd91e
parent58c72a10da01d86f790a62c54976cbf8726117d0
dev/core#1393 - distmaker - Skip new file "vendor/bin/cssmin"

Overview
----------------------------------------

This fixes the broken distmaker builds in `master`.

The file `vendor/bin/cssmin` was recently added by way of `composer-compile-lib => cssmin`.
We don't need it in the tarball, and it's a symlink, so trying to include breaks some
consumers (like in https://lab.civicrm.org/dev/core/-/issues/1393).

Technical Details
----------------------------------------

* Before (last release): `vendor/bin/cssmin` does not exist
* Before (current master): `vendor/bin/cssmin` is created as symlink, copied to tarball
* After (this commit): `vendor/bin/cssmin` is created on dev-builds but omitted from tarball
distmaker/dists/common.sh