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

Add support for xlink:href for svgs #76

Open XmlmXmlmX opened 8 years ago

XmlmXmlmX commented 8 years ago

Please add support for external files in SVG files.

<link href="main.css?__inline=true" type="text/css" rel="stylesheet" xmlns="http://www.w3.org/1999/xhtml"/>
<script xlink:href="main.js?__inline=true" />