Skip to content

Commit 6f580e9

Browse files
committed
1. mv fretboard path to public/js/lib/renderer
2. use `string-loader` instead of `svg-inline-loader` Signed-off-by: Ca Chen <kiancaca@gmail.com>
1 parent 370423a commit 6f580e9

23 files changed

Lines changed: 4 additions & 21 deletions

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/extra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import markdownitContainer from 'markdown-it-container'
2323
/* Defined regex markdown it plugins */
2424
import Plugin from 'markdown-it-regexp'
2525

26-
import { renderFretBoard } from '../vendor/fretboard/fretboard.js'
26+
import { renderFretBoard } from './lib/renderer/fretboard/fretboard.js'
2727

2828
require('prismjs/themes/prism.css')
2929
require('prismjs/components/prism-wiki')
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)