Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 6a442aa

Browse files
committed
index - updated highlights path
1 parent d17bf7e commit 6a442aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import router from './router.js'
55
// we use a custom build of highlightjs to cut down on size
66
// (and custom builds apparently only export themselves as globals? when I tried
77
// import hljs from 'path' the ENTIRE APP disappeared with no error messages. so.)
8-
import 'src/../vendor/highlight/highlight.pack.js'
9-
/* global hljs */
10-
8+
import 'src/vendor/highlight/highlight.pack.js'
119
import './assets/css/index.scss'
1210
import './google-analytics'
1311

12+
/* global hljs */
13+
1414
Vue.directive('highlightjs', {
1515
deep: true,
1616
bind: function (el, binding) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /