I am trying to render my GitHub repo on the Publisher-Subscriber module with JavaScript using GitHub pages. The gh-pages
branch looks fine. However, the mustache co
Github pages uses a version of Jekyll that ignores node_modules
folder by default.
According to this blog article. You can do the following:
Create an empty
.nojekyll
text file in the root of the gh-pages branch.
You can also refer to this announcement by github which talks about the update that is responsible for this behavior.