git - GitHub page returns 404 only for some files -
i've pushed gh-pages
local dist
folder containing demo ng2 component with: git subtree push --prefix dist origin gh-pages
everything's loading ok, except vendor...js/css
files.
my gh-pages
website: https://nkalinov.github.io/ng2-datetime/
my gh-pages
source code: https://github.com/nkalinov/ng2-datetime/tree/gh-pages
what missing ?
i had similar issue today use github page host static site dislike "vendor.bundle.js" generated webpack(was working before though).
i searched day , landed here change "lib.bundle.js" worked.
by way .nojekyll file not working me.
Comments
Post a Comment