diff --git a/docs/step1-04/index.html b/docs/step1-04/index.html new file mode 100644 index 0000000..dadfb94 --- /dev/null +++ b/docs/step1-04/index.html @@ -0,0 +1,15 @@ + + + + + + + +
+ +
+ + diff --git a/docs/step1-05/index.html b/docs/step1-05/index.html new file mode 100644 index 0000000..dadfb94 --- /dev/null +++ b/docs/step1-05/index.html @@ -0,0 +1,15 @@ + + + + + + + +
+ +
+ + diff --git a/docs/step1-06/index.html b/docs/step1-06/index.html new file mode 100644 index 0000000..dadfb94 --- /dev/null +++ b/docs/step1-06/index.html @@ -0,0 +1,15 @@ + + + + + + + +
+ +
+ + diff --git a/docs/step1-07/index.html b/docs/step1-07/index.html new file mode 100644 index 0000000..dadfb94 --- /dev/null +++ b/docs/step1-07/index.html @@ -0,0 +1,15 @@ + + + + + + + +
+ +
+ + diff --git a/webpack.config.js b/webpack.config.js index 448296f..e32cd27 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -78,7 +78,7 @@ module.exports = function(env, argv) { }), ...Object.keys(entries).map(entry => { return { - from: `${entry}/../**/*.md`, + from: `${entry}/../*.+(md|html)`, to: outPath }; }),