mirror of
https://github.com/google/blockly.git
synced 2026-06-16 16:15:14 +02:00
44e783ccc6
By default gulp's src() treats files as UTF-8, which corrupts binary
files like MP3s when copying them for packaging. This makes it treat
them as binary.
(cherry picked from commit dd6be31a8e)