angular-universal-express
angular-universal-express copied to clipboard
docs: what index.html?
Under the Server Build step, you say to delete dist/index.html and then, without any additional instruction, you have in the index.js file,
index: `path/to/index.html',
This is kind of confusing...are we deleting the file or not?
@markgoho I see where I skipped a spot. You are supposed to move the dist/index.html file to dist-server, but I referred to it as a delete. I'll get that updated.
Thanks!