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-with-attributes.html
8 lines
•
176 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
html
>
<
head
>
<
script
>
function
test
(
){
return
"lorem ipsum"
}
</
script
>
<
style
type
=
"text/css"
media
=
"screen"
>
.classname
{
color
:red}
</
style
>
</
head
>
<
body
>
</
body
>
</
html
>