Skip to content

Latest highlight.js node module breaks the build #115

Description

@JesseBuesking
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions