diff --git a/gulpfile.js b/gulpfile.js index 919dc4d..6339241 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -17,7 +17,8 @@ var paths = { extraScripts: [ './bower_components/smooth-scroll.js/dist/js/bind-polyfill.min.js', './bower_components/smooth-scroll.js/dist/js/smooth-scroll.min.js', - './demo/scripts/prism.js' + './demo/scripts/prism.js', + './demo/scripts/analytics.js' ], stylesheets: { css: './demo/stylesheets/**/*.css',