Skip to content

Commit 8952f6d

Browse files
Update Readme.md - known issues
1 parent ee2ca71 commit 8952f6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ angular-cli-ghpages --repo=https://[email protected]/organisation/your-repo.gi
133133
> You have to treat the GH_TOKEN as secure as a password!
134134
135135

136+
# Known issues
137+
138+
The old `github-pages:deploy` command created a `404.html` in the `dist` folder.
139+
This was required to fully support the router [`PathLocationStrategy`](https://angular.io/docs/ts/latest/api/common/index/PathLocationStrategy-class.html). Right now you have to copy `index.html` to `404.html` on your own. Please submit an [issue](https://github.com/angular-buch/angular-cli-ghpages/issues) if you want this feature back.
140+
136141

137142
## License
138143
Code released under the [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)