Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest highlight.js node module breaks the build #115

Open
JesseBuesking opened this issue Dec 5, 2022 · 1 comment
Open

Latest highlight.js node module breaks the build #115

JesseBuesking opened this issue Dec 5, 2022 · 1 comment

Comments

@JesseBuesking
Copy link

Description

Fails to build with latest hightlight.js node module.

How to reproduce

Get the latest highlight.js and run python setup.py build_ui.

Fix

I looked into the commits over on highlight.js and found this commit stating

github-gist has been removed in favor of github [Jan Pilzer][]

If I update highlight.css and change

@import url('node_modules/highlight.js/styles/github-gist.css');

to

@import url('node_modules/highlight.js/styles/github.css');

everything works.

@GaetanLepage
Copy link

Thanks for giving the fix :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants