From c8462b5053057c4f63909f5dd8ecd0b520cfd9f6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 18 Jun 2017 18:13:14 +0100 Subject: [PATCH] Fix jQuery path --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',