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-nominify.html
13 lines
•
175 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<
html
>
<
head
>
<
script
>
function
test
(
) {
var
foo =
'lorem ipsum'
;
return
foo; }
</
script
>
<
style
>
.classname
{
color
: red; }
</
style
>
</
head
>
<
body
>
</
body
>
</
html
>