grunt-bake
Version:
Bake external includes into files to create static pages with no server-side compilation time
22 lines (19 loc) • 364 B
HTML
<html>
<head></head>
<body>
<!--(bake includes/second.html
title="Say one")-->
<!--(bake includes/second.html
somevar="foo"
title="Say two")-->
<!--(bake includes/second.html
somevar="foo"
title="Say three"
othervar="foo")-->
<!--(bake includes/second.html
somevar="foo"
title="Say four"
)-->
</body>
</html>