Add formatter for code block - fixes #2

This commit is contained in:
Tom Raithel
2017-04-05 09:06:18 +02:00
parent e0e7cad98e
commit 1b7286a7d5
8 changed files with 27 additions and 27 deletions

View File

@@ -17,18 +17,8 @@ import { renderPage } from '../js/server';
save(pageHtml, `${pageName}.html`);
});
// pages.map((pageHtml) => {
// save(pageHtml, `${pageName}.html`)
// });
// console.log(pages);
// outputRadar(radar);
// const radarByQuadrants = groupByQuadrants(radar);
// createStatic(radar);
console.log('Built radar');
// console.log(JSON.stringify(radar, null, 2));
} catch(e) {
console.error('error:', e);
}
})()
})();