removed comments

pull/282/head
tycrek 4 years ago
parent 643994d04f
commit 80855580a1

@ -6,9 +6,7 @@ const fs = require('fs-extra');
const moment = require('moment');
const YAML = require('yaml');
// A hacky sort of "class" to contain methods for each section
const BUILD_SECTION = {
// TODO: Make more of these YAML-based functions
header: () => readFile('md/_header.md').replace('{{DATE}}', moment().format('MMMM Do YYYY').replace(/ /g, '%20')),
index: () => readFile('md/_index.md'),
contributing: () => readFile('md/_contributing.md'),

Loading…
Cancel
Save