UNPKG

grunt-bake

Version:

Bake external includes into files to create static pages with no server-side compilation time

16 lines (14 loc) 300 B
<!DOCTYPE html> <html> <head></head> <body> <!--(bake includes/include-one.html _render="foo")--> <!--(bake includes/include-two.html _render="bar")--> <!--(bake-start _render="foo")--> Foo <!--(bake-end)--> <!--(bake-start _render="bar")--> Bar <!--(bake-end)--> </body> </html>