You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add the highlight.pack.js file to the npm module of highlight.js? I want to the client-side highlight.js pack file in my npm module.
I'm creating an html reporter for the stryker mutation testing framework, and i want to deliver the pack file next to the index.html file of my report, so i can load it in the browser.
I know i could also accomplish this with the bower dependency, but i don't feel like a mandatory bower dependency is appropriate for an html reporting tool.
The text was updated successfully, but these errors were encountered:
Is it possible to add the highlight.pack.js file to the npm module of highlight.js? I want to the client-side highlight.js pack file in my npm module.
I'm creating an html reporter for the stryker mutation testing framework, and i want to deliver the pack file next to the index.html file of my report, so i can load it in the browser.
I know i could also accomplish this with the bower dependency, but i don't feel like a mandatory bower dependency is appropriate for an html reporting tool.
The text was updated successfully, but these errors were encountered: