Skip to content

Commit

Permalink
Add tocbot to project (first step to replace tocity)
Browse files Browse the repository at this point in the history
Issue #8
  • Loading branch information
dpilafian committed Feb 3, 2019
1 parent f53a483 commit bfcf6c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const jsFiles = {
'node_modules/jquery/dist/jquery.js',
'node_modules/jquery-ui-dist/jquery-ui.js', //not ideal: https://stackoverflow.com/q/34219046
'source/javascripts/lib/_jquery.tocify.js',
// 'node_modules/jquery.tocify/src/javascripts/jquery.tocify.js',
'node_modules/tocbot/dist/tocbot.js', //see: https://github.com/center-key/node-slate/issues/8
'node_modules/imagesloaded/imagesloaded.pkgd.js'
],
scripts: [
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"lunr": "~2.3",
"marked": "~0.6",
"merge-stream": "~1.0",
"node-sass": "~4.11"
"node-sass": "~4.11",
"tocbot": "~4.4"
}
}

0 comments on commit bfcf6c6

Please sign in to comment.