Skip to content

Lost functionality #22229

Discussion options

You must be logged in to vote

Yep, that’ll do, thanks! It looks like there’s an error in the developer console when visiting your site where the bootstrap javascript file isn’t loading. This is likely because Jekyll is still enabled for your site meaning the node_modules folder isn’t being included when your site is deployed.

To stop this you’ll need to create an empty file in the root of your repository called .nojekyll. This will disable Jekyll for your site and should mean that the node_modules folder is included correctly.

Alternatively you could include boostrap by using a hosted version from a CDN instead of a locally installed version. There’s instructions on how to do that on this page:

getbootstrap.com

Int…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants