angular-universal-express icon indicating copy to clipboard operation
angular-universal-express copied to clipboard

docs: what index.html?

Open markgoho opened this issue 8 years ago • 1 comments

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 avatar Aug 11 '17 20:08 markgoho

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

davideast avatar Sep 05 '17 15:09 davideast