grunt-bake
Version:
Bake external includes into files to create static pages with no server-side compilation time
15 lines (11 loc) • 399 B
HTML
<html>
<head></head>
<body>
<!--(bake includes/first.html _process="false" title="Hello World")-->
<!--(bake includes/first.html _process="true" title="Hello World")-->
<!--(bake includes/second.html _process="false" title="Hello World")-->
<!--(bake includes/second.html _process="true" title="Hello World")-->
<!--(bake includes/no-process.html)-->
</body>
</html>