miracle2k / flask-assets

Flask webassets integration.
BSD 2-Clause "Simplified" License
454 stars 100 forks source link

Fail when packing an external resource #137

Open golyalpha opened 5 years ago

golyalpha commented 5 years ago

When trying to pack an external resource (i.e., resource not hosted on the same file system), flask-assets, and by proxy, webassets tries to cope, but eventually fails with: TypeError: sequence item 0: expected str instance, bytes found

Full traceback of the issue can be found here