UNPKG
gulp-inline-source
Version:
latest (4.0.0)
4.0.0
3.2.0
3.1.0
3.0.0
2.1.0
2.0.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
Inline flagged js & css sources.
github.com/fmal/gulp-inline-source
fmal/gulp-inline-source
gulp-inline-source
/
test
/
expected
/
inlined-image-svg.html
8 lines
(7 loc)
•
169 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
html
>
<
head
>
</
head
>
<
body
>
<
svg
width
=
"60"
height
=
"60"
viewBox
=
"0 0 60 60"
>
<
path
fill
=
"#000"
d
=
"M0 0h60v60H0z"
fill-rule
=
"evenodd"
/>
</
svg
>
</
body
>
</
html
>