grunt-bake
Version:
Bake external includes into files to create static pages with no server-side compilation time
16 lines (14 loc) • 324 B
HTML
<dt>
<!--(bake-start _if="usesPHP")-->
<dt>PHP</dt>
<dd>This project uses PHP.</dd>
<!--(bake-end)-->
<!--(bake-start _if="usesNodeJS")-->
<dt>NodeJS</dt>
<dd>This project uses NodeJS.</dd>
<!--(bake-end)-->
<!--(bake-start _if="usesASP")-->
<dt>ASP</dt>
<dd>This project uses ASP.</dd>
<!--(bake-end)-->
</dt>