UNPKG

grunt-bake

Version:

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

23 lines (21 loc) 289 B
<!DOCTYPE html> <html> <head></head> <body> <ul> <li>one</li> <li>two</li> <li>three</li> </ul> <ul> <li>foo</li> <li>bar</li> <li>baz</li> <li>superman</li> </ul> <ul> <li>name - John Dough</li> <li>place - Some place</li> </ul> </body> </html>