This repository was archived by the owner on Nov 21, 2018. It is now read-only.
This repository was archived by the owner on Nov 21, 2018. It is now read-only.
improve website template #170
Closed
Description
The gulp task to render the website template (templates.js
) isn't really easy to read and I think it will also not scale well with line like
.pipe(replaceStream('<title i18n-title>io.js - JavaScript I/O</title>','<title i18n-title>'+pageTitle+'</title>')
What about using jade to improve this?