chyingp / grunt-inline

Brings externally referenced resources, such as js, css and images, into a single file.
MIT License
87 stars 55 forks source link

Line breaks matter #46

Open ncalexan opened 9 years ago

ncalexan commented 9 years ago

Are you kidding me? I spent half an hour trying to figure out why

<link rel="stylesheet"
    href="normalize.css?__inline=true"
    type="text/css" />

failed to inline, only to discover this package is line-break sensitive! If you say this is implemented with regular expressions, I will turn to a life of crime.

chyingp commented 9 years ago

@ncalexan

quite embrassing -_-||| ~ I will look into this issue as soon as possible~~