GitHub page returns 404 for some files only

I clicked on gh-pagesmy local folder distcontaining the demo for my ng2 component with:git subtree push --prefix dist origin gh-pages

All downloads are ok, except files vendor...js/css.

my gh-pageswebsite: https://nkalinov.imtqy.com/ng2-datetime/

my gh-pagessource code: https://github.com/nkalinov/ng2-datetime/tree/gh-pages

What am I missing?

+4
source share
2 answers

. github , "vendor.bundle.js", webpack ( ).

, "lib.bundle.js", .

, .nojekyll .

0

, default vendor* Jekyll GitHub. , .nojekyll ?

+3

Source: https://habr.com/ru/post/1661078/


All Articles