- From: Adam Rice <notifications@github.com>
- Date: Fri, 07 Dec 2018 06:42:38 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 December 2018 14:43:00 UTC
Top-level files in the top-level "demos/" directory were not being
copied as they did not match the expression "demos/**/*". Change the
expression to "demos/* demos/**/*" to cause all the files to be copied.
This solution is ugly and causes (harmless) "skipping directory"
warnings to be output by rsync.
It may be better to add the --recursive flag to rsync as a long-term
solution.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/973
-- Commit Summary --
* Update Makefile to copy top-level demos files
-- File Changes --
M Makefile (2)
-- Patch Links --
https://github.com/whatwg/streams/pull/973.patch
https://github.com/whatwg/streams/pull/973.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/973
Received on Friday, 7 December 2018 14:43:00 UTC