rebuild docs

This commit is contained in:
atomiks
2018-02-28 18:26:49 +10:00
parent d41e267d12
commit a133e35a5f
9 changed files with 56 additions and 885 deletions

View File

@ -68,8 +68,7 @@ for (const snippetFile of fs.readdirSync(SNIPPETS_PATH)) {
}
// doctype declaration gets stripped, add it back in
const html = `
<!DOCTYPE html>
const html = `<!DOCTYPE html>
${pretty(document.documentElement.outerHTML, { ocd: true })}
`