kriswallsmith / assetic

Asset Management for PHP
MIT License
3.75k stars 555 forks source link

fix for empty extension on asset dump #876

Open webbird opened 6 years ago

webbird commented 6 years ago

I had problems with inner assets like => http://fonts.googleapis.com/css?family=Abel

Result was an empty file extension, as the $extensions array had 2 keys.

0 => 'css', 1 => ''