add readme.md for steps in day1

This commit is contained in:
Ken
2019-02-24 20:03:18 -08:00
parent 96cf279fed
commit e949936807
14 changed files with 90 additions and 292 deletions

View File

@@ -82,6 +82,12 @@ module.exports = function(env, argv) {
to: outPath
};
}),
...Object.keys(entries).map(entry => {
return {
from: `${entry}/*.+(md|html)`,
to: outPath
};
}),
{
from: 'assets/**/*',
to: outPath