mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
add readme.md for steps in day1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user