davideast / angular-universal-express

A (somehow even simplier) setup for Angular Universal and Express.
37 stars 4 forks source link

docs: what index.html? #2

Open markgoho opened 7 years ago

markgoho commented 7 years ago

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?

davideast commented 7 years ago

@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!