Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Working Groups
AsciiDoc WG
asciidoc.org
Commits
d35d2b0f
Commit
d35d2b0f
authored
Apr 23, 2022
by
Alexander Schwartz
Browse files
make build complete on Windows due to different path separator
parent
8ec59c14
Changes
1
Hide whitespace changes
Inline
Side-by-side
rollup.config.js
View file @
d35d2b0f
...
...
@@ -8,7 +8,7 @@ function wrap () {
return
{
name
:
'
rollup-plugin-wrap
'
,
transform
(
content
,
id
)
{
if
(
id
.
endsWit
h
(
'
highlightjs-line-numbers.js
/src/
highlightjs-line-numbers.js
'
))
{
if
(
id
.
matc
h
(
/
highlightjs-line-numbers.js
[\\/]
src
[\\/]
highlightjs-line-numbers.js
$/
))
{
content
=
`export default function init(hljs) {
window.hljs = hljs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment