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.
Description
Fails to build with latest
hightlight.jsnode module.How to reproduce
Get the latest
highlight.jsand runpython setup.py build_ui.Fix
I looked into the commits over on
highlight.jsand found this commit statingIf I update
highlight.cssand change@import url('node_modules/highlight.js/styles/github-gist.css');to
@import url('node_modules/highlight.js/styles/github.css');everything works.