diff --git a/gulpfile.js b/gulpfile.js index 57993122..484034d4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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: [ diff --git a/package.json b/package.json index 27e15f7d..902c6364 100644 --- a/package.json +++ b/package.json @@ -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" } }