diff --git a/gulpfile.js b/gulpfile.js index 4be68294..d9eb4510 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -64,7 +64,7 @@ gulp.task('styles', function () { gulp.task('scripts', function () { return gulp.src([ - 'node_modules/jquery2/jquery.js', + 'node_modules/jquery/dist/jquery.js', 'node_modules/bootstrap-sass/assets/javascripts/bootstrap.js', 'node_modules/prism/prism.js', 'node_modules/prism/components/prism-{apacheconf,bash,css,diff,ini,json,nginx,php,sass,scss,sql,less,twig,xml,yaml}.js',