Moving CSS and JavaScript files is all well and good, but we do actually want webpages right?
Let’s start our webpage generation by first moving the index.html
file we created while learning more about streams.
It should look like:
1 2 3 4 5 6 7 8 9 |
|
We will then create a simple homepage task to move the index.html file to our build directory.
1 2 3 4 5 |
|
Now test the task.
1 2 3 4 5 |
|
It would be nice to be able to preview our website as we generate the content. Let’s do that next.