copies the index.html at the root for the day1 steps

This commit is contained in:
Ken
2019-02-23 08:16:32 -08:00
parent 023233d573
commit 5500e28ca4
5 changed files with 61 additions and 1 deletions

View File

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