Search code examples
github-pageslit-elementlit-html

Files on github.io don't update, even after two days and after cleaning the cache


Two days ago, I updated the code of my site https://danipani.github.io/, the index file (index.html) has changed, but other files like https://danipani.github.io/node_modules/@bit/danipani.projects.global.button-3d/index.js don't update. I tried to remove the repository but no luck, everything is like before.

This is my repository:


Solution

    1. Check your .gitignore file. You might have node_modules in there.

    2. Also, you might wanna see this: https://blog.github.com/2016-11-02-what-s-new-in-github-pages-with-jekyll-3-3/ . & https://blog.github.com/2009-12-29-bypassing-jekyll-on-github-pages/ .